Skip to content

Commit

Permalink
fix build failure introduced by #218 -- tmp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Feb 21, 2024
1 parent 645bc1e commit ac9e04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_ci.txt
pip install conda
pip install pytest
pip install pytest-cov
Expand Down

0 comments on commit ac9e04d

Please sign in to comment.