Skip to content

Commit b9eb465

Browse files
committed
ci : fix requirement file path
1 parent b46cc09 commit b9eb465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda_env_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "Entering non-Windows block"
8181
source test-env-${{ matrix.environment.name }}/bin/activate
8282
fi
83-
uv pip install -r ${{ matrix.environment.req-file }}
83+
uv pip install -r tests/requirements.${{ matrix.environment.name }}.txt
8484
8585
- name: Run tests
8686
env:

0 commit comments

Comments
 (0)