Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 16, 2024
1 parent 3ec936e commit 3ad5600
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 @@ -164,10 +164,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up python
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "python3.11"
python-version: "3.11"
cache: "pip"

- name: Install dependencies
Expand Down

0 comments on commit 3ad5600

Please sign in to comment.