Skip to content

Commit

Permalink
try and make python 3.10 run for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Dec 1, 2021
1 parent b9b2277 commit a8be888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: 3.10.0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a8be888

Please sign in to comment.