Skip to content

Commit

Permalink
Pin Python in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru committed Aug 26, 2024
1 parent 4eeec36 commit c39d11f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Poetry
run: pip install poetry
Expand Down Expand Up @@ -45,6 +47,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Poetry
run: pip install poetry
Expand Down Expand Up @@ -76,6 +80,8 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Poetry
run: pip install poetry
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Poetry
run: pip install poetry
Expand Down

0 comments on commit c39d11f

Please sign in to comment.