We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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}
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: