Skip to content

Commit

Permalink
Fix CI for older pythons (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh authored Apr 20, 2022
1 parent 4182144 commit 15adc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
fail-fast: false
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 15adc2b

Please sign in to comment.