Adding CPU training support to AxoNN #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: [ develop ] | |
pull_request: | |
branches: [ develop ] | |
concurrency: | |
group: ci-${{github.ref}}-${{github.event.pull_request.number || github.run_number}} | |
cancel-in-progress: true | |
jobs: | |
formatting: | |
uses: ./.github/workflows/formatting.yaml | |
nvidia-gpu: | |
needs: [ formatting ] | |
uses: ./.github/workflows/nvidia-rtx-3090-tests.yaml |