Skip to content

Commit

Permalink
install anaconda client
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Aug 23, 2023
1 parent b083f4f commit f841ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_package_depedencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: configure recipe conda environment
run: |
conda create -n recipe python=${{ matrix.python }}
conda install -y -n recipe conda-build
conda install -y -n recipe conda-build anaconda-client
- name: conda info
run: |
Expand Down

0 comments on commit f841ec4

Please sign in to comment.