Skip to content

Commit 045abcc

Browse files
authored
update index strategy
1 parent cc60586 commit 045abcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt-get update
4444
sudo apt-get install --yes libopenblas-dev
4545
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
46+
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
4747
- name: Lint with flake8
4848
run: |
4949
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)