Skip to content

Commit

Permalink
python 3.11.8 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 19, 2024
1 parent 1a14f6e commit 98eb961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v4
uses: actions/checkout@v4
- name: Setup Python 3.11.8
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11.8
cache: pip
- name: Install pip deps
run: pip install -e .
Expand Down

0 comments on commit 98eb961

Please sign in to comment.