Skip to content

Commit 4cdae43

Browse files
committed
fix tests.yml
1 parent 783e301 commit 4cdae43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
with:
2525
python-version: 3.9
2626
- name: Install dependencies
27-
run: |
28-
pip install -r requirements.txt
27+
run: pip install -r requirements.txt
2928
- name: Run tests
3029
run: >-
3130
python -m

0 commit comments

Comments
 (0)