Skip to content

Commit

Permalink
DEBUG: new approach: start with pixi-enabled container
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 18, 2024
1 parent 9586bba commit 0bac1aa
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,17 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ghcr.io/prefix-dev/pixi:latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install pytest
- name: Basics
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Test with pytest
pixi --version
- name: build all
run: |
pytest --version
- name: Install pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.2
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: pixi --version
# - name: build all
# run: |
# pixi run clean
# pixi run build
pixi run clean
pixi run build
# pixi run check
# pixi run docs
#
Expand Down

0 comments on commit 0bac1aa

Please sign in to comment.