Skip to content

Commit

Permalink
Update cvmfs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg authored Nov 14, 2024
1 parent 67220ff commit a08f346
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cvmfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ jobs:
with:
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
auto-update-conda: true
activate-environment: ""
auto-activate-base: true
- name: Deploy on CVMFS
env:
CVMFS_PROXY_BASE64: ${{ secrets.CVMFS_PROXY_BASE64 }}
run: |
conda info
conda info --envs
conda list
conda install ca-policy-lcg gct
conda install ca-policy-lcg openssl==3.0.7 gct
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy
export X509_USER_PROXY=cvmfs.proxy
Expand Down

0 comments on commit a08f346

Please sign in to comment.