Skip to content

grow_subprocess: add gpus resource #32

grow_subprocess: add gpus resource

grow_subprocess: add gpus resource #32

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
pull_request:
defaults:
run:
shell: bash -l {0}
jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
env: testpyold
- os: ubuntu-latest
env: testpynew
- os: macos-latest
env: testpymid
- os: windows-latest
env: testpymid
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.3
with:
environments: ${{ matrix.env }}
- name: Test with pytest
run: pixi run -e ${{ matrix.env }} test
- name: Report to codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}