Skip to content

Commit 4410175

Browse files
updates
1 parent 4fa10df commit 4410175

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
# pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31-
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
30+
pip install -r requirements.txt
31+
pip install -r tests/requirements.txt
3232
- name: Test with pytest
3333
run: |
3434
pytest

0 commit comments

Comments
 (0)