Skip to content

Commit

Permalink
update .github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
seigot committed Dec 12, 2021
1 parent 9dcb10a commit 6d669e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt-get update
sudo apt-get update
python -m pip install --upgrade pip
pip install flake8 pytest
sudo apt-get install -y python3-pip
Expand Down

0 comments on commit 6d669e0

Please sign in to comment.