Просмотр исходного кода

skip caching until this all works

Grant Limberg 1 неделя назад
Родитель
Сommit
09f1ee77e1
1 измененных файлов с 10 добавлено и 9 удалено
  1. 10 9
      .github/workflows/central-controller.yaml

+ 10 - 9
.github/workflows/central-controller.yaml

@@ -14,18 +14,19 @@ jobs:
     steps:
     - name: checkout
       uses: actions/checkout@v4
-    - name: Get Date
-      id: get-date
-      run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
-      shell: bash
-    - name: Cache Conda
-      uses: actions/cache@v4
-      with:
-        path: ~/miniconda3
-        key: ${{ runner.os }}-${{ runner.arch }}-${{ steps.get-date.outputs.today }}-conda-${{ hashFiles('**/environment.yml') }}
+    # - name: Get Date
+    #   id: get-date
+    #   run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
+    #   shell: bash
+    # - name: Cache Conda
+    #   uses: actions/cache@v4
+    #   with:
+    #     path: ~/miniconda3
+    #     key: ${{ runner.os }}-${{ runner.arch }}-${{ steps.get-date.outputs.today }}-conda-${{ hashFiles('**/environment.yml') }}
     - name: Setup Miniconda
       uses: conda-incubator/setup-miniconda@v3
       with:
+        conda-remove-defaults: true
         auto-update-conda: false
         channel-priority: strict
         activate-environment: central_controller