Skip to content

Commit 200e2a6

Browse files
committed
CAP: working two jobs docu ci --> going to implement page deployement
1 parent 74bf7bd commit 200e2a6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
conda env create -f environment.yml
2525
26-
- name: Update/Restore conda environment cache
26+
- name: Cache conda environment cache
2727
uses: actions/cache@v2
2828
with:
2929
path: C:\Miniconda\envs\diff_check
@@ -78,10 +78,6 @@ jobs:
7878
restore-keys: |
7979
${{ runner.os }}-conda-
8080
81-
- name: Activate diff_check conda environment
82-
run: |
83-
conda activate diff_check
84-
8581
# download artifacts
8682
- name: Download dlls for doc folder
8783
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)