Skip to content

Commit 823c0cf

Browse files
nedsebCopilot
andauthored
Update .github/workflows/tests.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 11ed59a commit 823c0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: "🛠 Install dependencies"
2626
run: |
27-
pip install pytest pyyaml
27+
pip install -r .github/workflows/requirements.txt
2828
2929
- name: "🧪 Run mock tests"
3030
run: python -m pytest tests/ -v -k mock

0 commit comments

Comments
 (0)