Skip to content

Commit

Permalink
refactor: only install ./requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent 625b986 commit 400a871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/tests/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ runs:
run: |
python -m pip install --upgrade pip
pip install -r ./requirements.txt
pip install -r ${{ env.REQUIREMENTS_PATH }}
- name: Create .env
shell: bash
Expand Down

0 comments on commit 400a871

Please sign in to comment.