Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 13, 2024
1 parent ee1b7b8 commit 3200efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
with:
python-version: "3.x"
- name: set up Poetry
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: "1.3.1"
uses: abatilo/actions-poetry@v3
- name: get version
id: get_version
run: echo "VERSION=$(echo ${GITHUB_REF/refs\/tags\//})" >> $GITHUB_ENV
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: set up Poetry
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: "1.6.1"
uses: abatilo/actions-poetry@v3
- name: install dependencies
run: |
set -x
Expand Down

0 comments on commit 3200efe

Please sign in to comment.