Skip to content

Commit

Permalink
Fix version in github actions (previous no longer available)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshipman committed May 3, 2023
1 parent d656265 commit 97a8ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7.1
python-version: 3.7
- name: Setup Poetry package manager
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7.1
python-version: 3.7
- name: Setup Poetry package manager
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7.1
python-version: 3.7
- name: Setup Poetry package manager
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down

0 comments on commit 97a8ccf

Please sign in to comment.