Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Nov 6, 2023
1 parent 4f70c8e commit a1605c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
python -m pip install --upgrade pip maturin
maturin develop
pip install numpy pytest
test bed_reader -k test_optional_dependencies
pytest bed_reader -k test_optional_dependencies
echo "requirements"
pip install -r requirements.txt
echo "requirements-dev"
Expand All @@ -186,7 +186,7 @@ jobs:
pwd
python -m pip install --upgrade pip maturin
pip install numpy pytest
test bed_reader -k test_optional_dependencies
pytest bed_reader -k test_optional_dependencies
echo "requirements"
pip install -r requirements.txt
echo "requirements-dev"
Expand Down

0 comments on commit a1605c1

Please sign in to comment.