Skip to content

Commit

Permalink
one more python version artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
perlinm committed Jan 9, 2024
1 parent 34af480 commit 87c1bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Set up Python
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
- uses: actions/cache@v3
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit 87c1bd1

Please sign in to comment.