Skip to content

Commit

Permalink
downgrade the version of the poetry-install action from v2.0.0 to v2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid authored Oct 16, 2024
1 parent 10fbeeb commit 0eca44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: 'composite'
steps:
- name: install dependencies with Python ${{ inputs.python-version }}
uses: ouhammmourachid/poetry-install@v2.0.0
uses: ouhammmourachid/poetry-install@v2
with:
python-version: ${{ inputs.python-version }}
- name: Run test for python version ${{inputs.python-version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
uses: ouhammmourachid/poetry-install@v2.0.0
uses: ouhammmourachid/poetry-install@v2
- name: create test coverage.
run: make coverage
- name: upload coverage reports to Codecov
Expand Down

0 comments on commit 0eca44a

Please sign in to comment.