Skip to content

Commit

Permalink
use python 3.10 again
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 24, 2024
1 parent 0a20217 commit 6dd02a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fetch-depth: 0
ref: main

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Upgrading pip
run: pip install --upgrade pip
Expand Down

0 comments on commit 6dd02a1

Please sign in to comment.