New pytorch test that checks against the latest available nvidia image #161
Workflow file for this run
This file contains hidden or 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: ReFrame CI | |
| on: [push, pull_request] | |
| jobs: | |
| codechecker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - name: Lint Code Base | |
| uses: github/super-linter@v4 | |
| env: | |
| VALIDATE_ALL_CODEBASE: false | |
| VALIDATE_PYTHON_FLAKE8: true | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |