Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Aug 2, 2024
1 parent 3d2670d commit f4fa863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,13 @@ jobs:
run-install: false
- run: |
python --version | grep -q "3.11"
shell: pixi exec --spec 'python=3.11.*' -- bash -e {0}
shell: pixi exec --spec python=3.11.* -- bash -e {0}
- run: |
import ruamel.yaml
shell: pixi exec --spec python --spec ruamel.yaml -- python {0}
- run: |
python --version | Select-String "3.11"
shell: pixi exec --spec 'python=3.11.*' -- pwsh -Command {0}
shell: pixi exec --spec python=3.11.* -- pwsh -Command {0}
post-cleanup-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f4fa863

Please sign in to comment.