Skip to content

Commit

Permalink
dont set up python version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 4574c55 commit 66c44af
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 66c44af

Please sign in to comment.