Skip to content

Commit b1bd8a5

Browse files
authored
Update cvmfs.yml
1 parent a1c9f68 commit b1bd8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cvmfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
env:
1717
CVMFS_PROXY_BASE64: ${{ secrets.CVMFS_PROXY_BASE64 }}
1818
run: |
19+
conda activate base
1920
conda info
2021
conda info --envs
2122
conda list
22-
conda activate base
2323
conda install ca-policy-lcg openssl==3.0.7 gct
2424
2525
echo "$CVMFS_PROXY_BASE64" | base64 --decode > cvmfs.proxy

0 commit comments

Comments
 (0)