Skip to content

Commit

Permalink
Removed dupplicated pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky committed Oct 31, 2022
1 parent da421e6 commit 095c5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tests-e2e/action.yml
Expand Up @@ -30,7 +30,7 @@ runs:

- name: Install dependencies
run: |
pip install pip install ".[dev,e2e]"
pip install ".[dev,e2e]"
shell: bash

- name: List dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tests/action.yml
Expand Up @@ -11,7 +11,7 @@ runs:

- name: Install dependencies
run: |
pip install pip install ".[dev]"
pip install ".[dev]"
shell: bash

- name: List dependencies
Expand Down

0 comments on commit 095c5f4

Please sign in to comment.