We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e99d25 commit 45f37bbCopy full SHA for 45f37bb
.github/workflows/CI-windows.yaml
@@ -28,7 +28,9 @@ jobs:
28
run: python setup.py bdist_wheel --py-limited-api=cp36
29
30
- name: Install software
31
- run: pip install --find-links=${{github.workspace}}/dist/ SimpleCRF
+ run: |
32
+ pip uninstall SimpleCRF
33
+ pip install --find-links=${{github.workspace}}/dist/ SimpleCRF
34
35
- name: Test import
36
run: python -c "import denseCRF, maxflow"
0 commit comments