Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group #31

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in the actions group #31

Workflow file for this run

name: Pixi
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
environments: dev
cache: true
cache-write:
${{ github.event_name == 'push' && github.ref_name == 'main' }}
# NOTE: https://github.com/prefix-dev/setup-pixi/issues/136
- name: Ensure Dynamic version
run: |
pip install -e .
- name: Run Pytest
env:
MAXAR_API_KEY: ${{ secrets.MAXAR_API_KEY}}
run: |
pixi run networktest