Skip to content

Commit

Permalink
Update test.yml to use Python 3.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sstucker authored Aug 22, 2023
1 parent c7111b0 commit 6b8eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8.17
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6b8eb96

Please sign in to comment.