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 cc60586 commit 045abccCopy full SHA for 045abcc
1 file changed
.github/workflows/lint-and-test.yml
@@ -43,7 +43,7 @@ jobs:
43
sudo apt-get update
44
sudo apt-get install --yes libopenblas-dev
45
uv pip install --system flake8 pytest cython
46
- uv pip install --system .[dev] --extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages-public/simple
+ uv pip install --system .[dev] --index-strategy unsafe-best-match --extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages-public/simple
47
- name: Lint with flake8
48
run: |
49
# stop the build if there are Python syntax errors or undefined names
0 commit comments