issues with cache logic - just see if it runs for now #2
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: "Run pytest with Pixi env" | |
on: ["push"] | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: prefix-dev/[email protected] | |
with: | |
pixi-version: v0.39.5 | |
environments: default | |
activate-environment: true | |
frozen: true | |
- run: pytest -v tests/ |