Skip to content

Commit

Permalink
Try adding flight channel after env made
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jun 10, 2024
1 parent 94668c9 commit ef20549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
python-version: "3.11"
miniconda-version: "latest"
activate-environment: conda-build
channels: https://ska:${{ secrets.CONDA_PASSWORD }}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda/flight
- name: Add flight channel
run: conda config --env --add channels https://ska:${{ secrets.CONDA_PASSWORD }}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda/flight
- name: Update Conda Environment
run: conda env update -n conda-build -f ./skare3/build-environment.yml
- name: Build Package
Expand Down

0 comments on commit ef20549

Please sign in to comment.