Skip to content

Commit 5f5df0b

Browse files
Revert name change
1 parent 6605bc6 commit 5f5df0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
pip install -r requirements.txt
21-
pip install -r requirements-dev.txt
21+
pip install -r requirements-testing.txt
2222
- name: Test scripts
2323
run: coverage run -m pytest
File renamed without changes.

0 commit comments

Comments
 (0)