Skip to content

Commit

Permalink
Install correct python version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatten5 committed Jan 19, 2024
1 parent e5161bc commit f226bc3
Show file tree
Hide file tree
Showing 3 changed files with 845 additions and 710 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python }}

- name: Upgrade pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.6
3.11.7
Loading

0 comments on commit f226bc3

Please sign in to comment.