Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 22, 2023
1 parent 068c6a9 commit f122430
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:
branches:
- "master"
jobs:
tox:
test:
name: "Test Python ${{ matrix.python-version }}"
runs-on: "ubuntu-22.04"
strategy:
fail-fast: false
matrix:
python-version: [
"3.8",
Expand Down Expand Up @@ -53,6 +54,10 @@ jobs:
uses: "actions/setup-python@v4"
with:
python-version: "3.12"
cache: "pip"
cache-dependency-path: |
requirements.txt
requirements-dev.txt
- name: "Install tox"
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f122430

Please sign in to comment.