Skip to content

Commit

Permalink
use latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgurhem committed Dec 28, 2024
1 parent 0be1181 commit 202ff63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 202ff63

Please sign in to comment.