Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
attempt to fix pip error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Dec 9, 2020
1 parent 68f1206 commit 58e20c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: pycodestyle
run: |
pip install pycodestyle --upgrade --quiet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pip==20.2.4
pip install --quiet -r requirements.txt -r requirements-ci.txt
pip install -e .
- name: pytest
Expand Down

0 comments on commit 58e20c9

Please sign in to comment.