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 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
You can’t perform that action at this time.
0 commit comments