Skip to content

Commit

Permalink
python version 3.9 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 2711141 commit ae4e816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_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.9"
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"

- name: Getting python version
run: python --version
Expand Down

0 comments on commit ae4e816

Please sign in to comment.