Skip to content

Commit

Permalink
python3 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed Apr 4, 2021
1 parent 1ed51de commit bbda7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -e .[all]
pip install pytest-cov coveralls
pip install gym
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
DEP: ${{ matrix.dep }}
run: |
python3 -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -e .$DEP
pip install pytest-cov coveralls
- name: Code checks
Expand Down

0 comments on commit bbda7d2

Please sign in to comment.