Skip to content

Commit

Permalink
Merge pull request #21 from ferreteleco/ferreteleco-patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
ferreteleco authored May 2, 2023
2 parents 5f87112 + 00fb737 commit 9aa4344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/ci-setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ runs:
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}

- name: Install dependencies
if: steps.venv-cache.outputs.cache-hit != 'true'
run: |
pip install -r requirements.txt
shell: bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ runs:

- name: Install dependencies
id: deps-install
if: steps.venv-cache.outputs.cache-hit != 'true'
run: |
poetry install
shell: bash

0 comments on commit 9aa4344

Please sign in to comment.