Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into args
Browse files Browse the repository at this point in the history
* upstream/main:
  Update test.yml to use Python 3.8.17
  • Loading branch information
larsoner committed Aug 22, 2023
2 parents 3c9f234 + 6b8eb96 commit c4e4125
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 c4e4125

Please sign in to comment.