Skip to content

Commit

Permalink
Upgrading python in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siklosid committed Apr 15, 2024
1 parent 3e62d78 commit 41f1554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
persist-credentials: false

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 41f1554

Please sign in to comment.