Skip to content

Commit

Permalink
remove explicit python version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent e8d6925 commit 2a6368e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

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

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

0 comments on commit 2a6368e

Please sign in to comment.