There was an error while loading. Please reload this page.
1 parent 74bf7bd commit 200e2a6Copy full SHA for 200e2a6
1 file changed
.github/workflows/documentation.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
conda env create -f environment.yml
25
26
- - name: Update/Restore conda environment cache
+ - name: Cache conda environment cache
27
uses: actions/cache@v2
28
with:
29
path: C:\Miniconda\envs\diff_check
@@ -78,10 +78,6 @@ jobs:
78
restore-keys: |
79
${{ runner.os }}-conda-
80
81
- - name: Activate diff_check conda environment
82
- run: |
83
- conda activate diff_check
84
-
85
# download artifacts
86
- name: Download dlls for doc folder
87
uses: actions/download-artifact@v2
0 commit comments