Skip to content

Commit 73fb790

Browse files
authored
Enable Windows Tests
1 parent cae737e commit 73fb790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)