Skip to content

Commit

Permalink
Change python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Oct 20, 2023
1 parent 04d2a1d commit 3129632
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 @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: 3.8

- name: Install doc dependencies
run: |
Expand Down

0 comments on commit 3129632

Please sign in to comment.