Skip to content

Commit

Permalink
is pip the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed Nov 29, 2024
1 parent d0604ec commit 78d3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pip dependencies and our package
shell: bash -leo pipefail {0}
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[all]"
- name: Test
Expand Down

0 comments on commit 78d3d48

Please sign in to comment.