Skip to content

Commit

Permalink
Rev-lock Python to 3.11 in the CI (#24)
Browse files Browse the repository at this point in the history
PBENCH-1304
  • Loading branch information
webbnh authored Dec 6, 2023
1 parent c98008e commit d8e16a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit d8e16a8

Please sign in to comment.