Skip to content

Commit

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

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

- name: Getting python version
run: python --version

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

0 comments on commit 4574c55

Please sign in to comment.