Skip to content

Commit

Permalink
Setup python-version to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 16, 2024
1 parent b775d99 commit 32036f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '>=3.8'

- name: Activate virtual environment
run: |
Expand Down Expand Up @@ -46,6 +48,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '>=3.8'

- name: Activate virtual environment
run: |
Expand Down

0 comments on commit 32036f8

Please sign in to comment.