Skip to content

Commit cba78d8

Browse files
committed
Enable Windows Tests
1 parent 39f19be commit cba78d8

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
@@ -89,7 +89,7 @@ jobs:
8989
python-version: [3.11]
9090
test-location: ['installed', 'local', 'standalone']
9191
coq-version: ['8.20.0']
92-
os: ['ubuntu-latest', 'macos-latest'] #, 'windows-latest']
92+
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
9393
ocaml-compiler: ['4.14.2']
9494

9595
env:
@@ -125,8 +125,8 @@ jobs:
125125
- run: opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
126126
- run: opam repo add coq-released https://coq.inria.fr/opam/released
127127
- run: opam update
128-
- run: opam pin add ocamlfind --dev-repo
129-
if: runner.os == 'Windows'
128+
#- run: opam pin add ocamlfind --dev-repo
129+
# if: runner.os == 'Windows'
130130
- run: opam pin --kind=version add coq ${{ matrix.coq-version }}
131131
- run: python -m pip install flake8
132132
- run: flake8 coq_tools --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)