Skip to content

Commit

Permalink
Add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 10, 2024
1 parent 0062cb1 commit 6a52141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
MATRIX=$(jq -nsc '{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"python-version": ["test-py309", "test-py312"]
"python-version": ["test-309", "test-312"]
}')
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
- name: Set test matrix with 'full' option
Expand Down Expand Up @@ -135,6 +135,7 @@ jobs:
with:
pixi-version: v0.19.0
manifest-path: pyproject.toml
environments: ${{ matrix.python-version }}
# cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
- name: Check packages latest version
if: needs.setup.outputs.code_change == 'true'
Expand Down

0 comments on commit 6a52141

Please sign in to comment.