Skip to content

Commit 41c3c26

Browse files
committed
fix the workflow
1 parent 7a85d05 commit 41c3c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
. venv/bin/activate
2727
python -m pip install --upgrade pip
2828
pip install --upgrade pip
29-
pip install -r src/layers/packages/requirements.
29+
pip install -r src/layers/packages/requirements.txt
3030
3131
- name: Run unit tests
3232
run: |

0 commit comments

Comments
 (0)