Skip to content

Commit

Permalink
Use Python 3.11 for CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 7, 2024
1 parent 9f434c5 commit 954490d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.11
- name: Install library
shell: bash
run: |
ls
pip install .
- name: Run tests
shell: bash
Expand Down

0 comments on commit 954490d

Please sign in to comment.