Skip to content

Commit

Permalink
Update manual-python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian authored Oct 3, 2023
1 parent 0252e86 commit 489bd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pytest
- name: Create Conda Env. from environment.yml file
run: $CONDA/bin/conda env update --file conda/environment.yml --name base
run: $CONDA/bin/conda env update --file "/home/runner/work/SPRIT-HVSR/conda/environment.yml" --name base

- name: Install Conda-Forge Client
run: conda install -c conda-forge conda-forge-ci-setup -y
Expand Down

0 comments on commit 489bd16

Please sign in to comment.