Update ci-ifcopenshell-conda-cleaner.yml

fix missing env activation defaults
This commit is contained in:
Kristoffer Andersen
2024-06-24 08:41:46 +02:00
committed by GitHub
parent e295d596fe
commit 80349d70d8
@@ -18,6 +18,9 @@ env:
jobs: jobs:
activate: activate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
if: | if: |
github.repository == 'IfcOpenShell/IfcOpenShell' github.repository == 'IfcOpenShell/IfcOpenShell'
steps: steps: