Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Update actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Feb 26, 2022
1 parent c9236dd commit 7db0e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install -r requirements.txt
pip install pytest coverage
python -m pip install -r dev-requirements.txt
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install twine and wheel
run: |
python -m pip install -U pip
python -m pip install --upgrade pip
python -m pip install twine wheel
- name: Build distribution
Expand Down

0 comments on commit 7db0e30

Please sign in to comment.