We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a85d05 commit 41c3c26Copy full SHA for 41c3c26
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
. venv/bin/activate
27
python -m pip install --upgrade pip
28
pip install --upgrade pip
29
- pip install -r src/layers/packages/requirements.
+ pip install -r src/layers/packages/requirements.txt
30
31
- name: Run unit tests
32
run: |
0 commit comments