Skip to content

Commit

Permalink
Updated Python version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 21, 2024
1 parent 93c72bd commit df12431
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.10]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -70,11 +70,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit df12431

Please sign in to comment.