Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of mamba in the CI #109

Open
jon-proximafusion opened this issue Dec 19, 2024 · 1 comment
Open

Fix use of mamba in the CI #109

jon-proximafusion opened this issue Dec 19, 2024 · 1 comment

Comments

@jon-proximafusion
Copy link
Collaborator

CI using mamba is failing, perhaps time to update to a better workflow like this one https://github.com/fusion-energy/openmc-plasma-source/blob/main/.github/workflows/ci.yml

@shimwell
Copy link
Member

shimwell commented Jan 9, 2025

I've updated one of the two ci scripts

also could consider adding python versions in the future

 jobs:
   testing:
     runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        python-version: ["3.7", "3.11"]
 
     steps:
       - name: Checkout repository
@@ -38,6 +41,7 @@ jobs:
           activate-environment: ci-env
           miniforge-version: latest
           channels: conda-forge
+          python-version: ${{ matrix.python-version }}
 
       - name: install dependencies
         shell: bash -l {0}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants