From 7bf21c196c6a7f95bd6992aaf508b4acfe6dbc46 Mon Sep 17 00:00:00 2001 From: Benedikt Date: Fri, 27 Sep 2024 22:05:18 +0200 Subject: [PATCH] Fix for github actions --- .github/workflows/check-reproducibility-inconsistent-results.yml | 1 - .github/workflows/check-reproducibility.yml | 1 - .github/workflows/check-style.yml | 1 - .github/workflows/small-test.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/check-reproducibility-inconsistent-results.yml b/.github/workflows/check-reproducibility-inconsistent-results.yml index 5e211c3a87..e2bb593b30 100644 --- a/.github/workflows/check-reproducibility-inconsistent-results.yml +++ b/.github/workflows/check-reproducibility-inconsistent-results.yml @@ -34,7 +34,6 @@ jobs: with: python-version: 3.12 auto-update-conda: true - mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml diff --git a/.github/workflows/check-reproducibility.yml b/.github/workflows/check-reproducibility.yml index 5311acb8d9..eea9556d7d 100644 --- a/.github/workflows/check-reproducibility.yml +++ b/.github/workflows/check-reproducibility.yml @@ -34,7 +34,6 @@ jobs: with: python-version: 3.12 auto-update-conda: true - mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 791261dc3b..59b5208870 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -17,7 +17,6 @@ jobs: with: python-version: 3.12 auto-update-conda: true - mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml diff --git a/.github/workflows/small-test.yml b/.github/workflows/small-test.yml index af591ad58f..cb428f63a3 100644 --- a/.github/workflows/small-test.yml +++ b/.github/workflows/small-test.yml @@ -46,7 +46,6 @@ jobs: with: python-version: 3.12 auto-update-conda: true - mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml