File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 python-version : [3.11]
161161 test-location : ['installed', 'local', 'standalone']
162162 coq-version : ['8.20.0']
163- os : ['ubuntu-latest', 'macos-latest'] # , 'windows-latest']
163+ os : ['ubuntu-latest', 'macos-latest', 'windows-latest']
164164 ocaml-compiler : ['4.14.2']
165165
166166 env :
@@ -196,8 +196,8 @@ jobs:
196196 - run : opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
197197 - run : opam repo add coq-released https://coq.inria.fr/opam/released
198198 - run : opam update
199- - run : opam pin add ocamlfind --dev-repo
200- if : runner.os == 'Windows'
199+ # - run: opam pin add ocamlfind --dev-repo
200+ # if: runner.os == 'Windows'
201201 - run : opam pin --kind=version add coq ${{ matrix.coq-version }}
202202 - run : python -m pip install flake8
203203 - run : flake8 coq_tools --count --select=E9,F63,F7,F82 --show-source --statistics
You can’t perform that action at this time.
0 commit comments