Skip to content

Commit

Permalink
bugfix in circle CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Aug 16, 2023
1 parent 513ab15 commit d2e7a60
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 @@ -53,7 +53,7 @@ jobs:
command: |
export PYTHONUNBUFFERED=1
# install dependencies and source code
mamba install --verbose --yes fortran-compiler --file ${PYSOLID_HOME}/requirements.txt
mamba install --verbose --yes fortran-compiler --file ${PYSOLID_HOME}/requirements.txt --file ${PYSOLID_HOME}/tests/requirements.txt
python -m pip install ${PYSOLID_HOME}
- run:
Expand Down

0 comments on commit d2e7a60

Please sign in to comment.