Skip to content

Commit

Permalink
revert2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemanja Martinovic committed Sep 13, 2021
1 parent 1b6525a commit f7b13e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade setuptools pip
pip install -r requirements.txt
pip install -r dev-requirements.txt
#python -m pip install --upgrade setuptools pip
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit f7b13e2

Please sign in to comment.