Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Aug 16, 2023
1 parent 112b872 commit f52850a
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 --file {PYSOLID_HOME}/tests/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 f52850a

Please sign in to comment.