Skip to content

fix to satisfy pyright #4

fix to satisfy pyright

fix to satisfy pyright #4

Workflow file for this run

name: Test on different machines
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
machine:
- slurm
- pbs
- ssh
- ssh_rsync
steps:
- uses: actions/checkout@v4
- run: ./ci/${{ matrix.machine }}.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}