Skip to content

Commit

Permalink
fix installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Feb 20, 2024
1 parent caefcf0 commit 98b9d98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
with:
node-version: 20

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[test]"
- uses: actions/cache@v3
if: startsWith(runner.os, 'Linux')
with:
Expand Down

0 comments on commit 98b9d98

Please sign in to comment.