Skip to content

Bump actions/attest-build-provenance from 1.4.4 to 2.0.1 in the actions group #78

Bump actions/attest-build-provenance from 1.4.4 to 2.0.1 in the actions group

Bump actions/attest-build-provenance from 1.4.4 to 2.0.1 in the actions group #78

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
manifest-path: pyproject.toml
cache: false
locked: false
#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 Pylint
continue-on-error: true
run: |
pixi run lint
- name: Run Pytest
env:
MAXAR_API_KEY: ${{ secrets.MAXAR_API_KEY}}
run: |
pixi run networktest