Skip to content

Commit

Permalink
Update GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 30, 2023
1 parent 27a5f1d commit 97606cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: "actions/setup-python@v4"
with:
python-version: "3.9"
cache: "pip"
cache-dependency-path: |
requirements.txt
requirements-dev.txt
- name: "Install requirements"
run: |
Expand Down Expand Up @@ -53,13 +54,14 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: "actions/setup-python@v4"
with:
python-version: "3.9"
cache: "pip"
cache-dependency-path: |
requirements.txt
requirements-dev.txt
- name: "Install tox"
run: |
Expand Down

0 comments on commit 97606cf

Please sign in to comment.