Skip to content

Commit

Permalink
try different way of adding pkg dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 9, 2024
1 parent 5778c64 commit 50b6e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ runs:

- name: Set Geant4 data packages source
if: steps.cache-geant4-data-packages.outputs.cache-hit == 'true'
run: conda config --add channels file://~/my-geant4-data-cache
run: conda config --add pkgs_dirs ~/my-geant4-data-cache
#run: conda config --add channels file://~/my-geant4-data-cache
shell: bash -l {0}
env:
CONDA_SOLVER: libmamba
Expand Down

0 comments on commit 50b6e7b

Please sign in to comment.