Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Oct 9, 2024
1 parent 680741a commit e4c403b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
# Step to create a custom condarc.yml before setting up conda
- name: Create custom condarc.yml
run: |
echo "channels:" > /home/runner/condarc.yml
echo " - conda-forge" >> /home/runner/condarc.yml
echo " - rmg" >> /home/runner/condarc.yml
echo " - cantera" >> /home/runner/condarc.yml
echo "show_channel_urls: true" >> /home/runner/condarc.yml
echo "channels:" > /home/runner/work/RMG-Py/RMG-Py/condarc.yml
echo " - conda-forge" >> /home/runner/work/RMG-Py/RMG-Py/condarc.yml
echo " - rmg" >> /home/runner/work/RMG-Py/RMG-Py/condarc.yml
echo " - cantera" >> /home/runner/work/RMG-Py/RMG-Py/condarc.yml
echo "show_channel_urls: true" >> /home/runner/work/RMG-Py/RMG-Py/condarc.yml
# configures the mamba environment manager and builds the environment
- name: Setup Miniforge Python 3.7
Expand All @@ -132,7 +132,7 @@ jobs:
miniforge-variant: Miniforge3
miniforge-version: latest
python-version: 3.7
condarc-file: ~/condarc.yml
condarc-file: condarc.yml
activate-environment: rmg_env
use-mamba: true

Expand Down

0 comments on commit e4c403b

Please sign in to comment.