From 80349d70d8e816a5fdeeaa376db46f90d63359bb Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Mon, 24 Jun 2024 08:41:46 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-cleaner.yml fix missing env activation defaults --- .github/workflows/ci-ifcopenshell-conda-cleaner.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-cleaner.yml b/.github/workflows/ci-ifcopenshell-conda-cleaner.yml index 676355db4d..3446e0ae43 100644 --- a/.github/workflows/ci-ifcopenshell-conda-cleaner.yml +++ b/.github/workflows/ci-ifcopenshell-conda-cleaner.yml @@ -18,6 +18,9 @@ env: jobs: activate: runs-on: ubuntu-latest + defaults: + run: + shell: bash -l {0} if: | github.repository == 'IfcOpenShell/IfcOpenShell' steps: @@ -95,4 +98,4 @@ jobs: main() - EOF \ No newline at end of file + EOF