Skip to content

Commit

Permalink
setup python v3 instead of v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent e191e45 commit 10b33ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# ref: main

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

Expand Down

0 comments on commit 10b33ba

Please sign in to comment.