Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Feb 19, 2024
1 parent c0a771a commit 8f25e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Set environment variables
run: |
echo "CONDA_ENV_FILE=archive-specifications/environment.yml" >> $GITHUB_ENV
echo "CONDA_ENV_FILE=visualization/environment.yml" >> $GITHUB_ENV
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Create conda environment
Expand All @@ -33,7 +33,7 @@ jobs:
cache-downloads: true
cache-downloads-key: "${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
micromamba-version: 'latest'
environment-file: archive-specifications/environment.yml
environment-file: visualization/environment.yml
extra-specs: |
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 8f25e61

Please sign in to comment.