Skip to content

Commit

Permalink
Clean index, tarballs, and say yes to everything
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner committed Dec 9, 2023
1 parent 1f8c088 commit 6c1b698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install ConFlowGen
run: |
conda clean
conda clean -ity
conda info
conda search conflowgen -c conda-forge --info
conda create -n test-install-conflowgen -c conda-forge conflowgen pytest
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
conda init bash
eval "$(conda shell.bash hook)"
conda clean
conda clean -ity
conda info
conda search conflowgen -c conda-forge --info
conda activate base
Expand Down

0 comments on commit 6c1b698

Please sign in to comment.