Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjohnson150 committed Dec 5, 2024
1 parent 7c25d4e commit 09bacb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
python -m pip install --upgrade pip
python -m pip install pytest
pip install .
python3 -m pip install --upgrade pip
python3 -m pip install -e ".[dev]"
- name: test
run: |
Expand Down

0 comments on commit 09bacb4

Please sign in to comment.