Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 3, 2024
1 parent 5aa4014 commit 234e16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: "docker://python:3.12.7-slim-bookworm"
with:
entrypoint: /bin/bash
args: '-c "MYSTMD_ALLOW_NODEENV=0; pip success mystmd*.whl && ! myst -v"'
args: '-c "export MYSTMD_ALLOW_NODEENV=0; pip install mystmd*.whl && ! myst -v"'

nodeenv-node:
name: Test with nodeenv
Expand All @@ -93,4 +93,4 @@ jobs:
uses: "docker://python:3.12.7-slim-bookworm"
with:
entrypoint: /bin/bash
args: '-c "MYSTMD_ALLOW_NODEENV=1; pip install mystmd*.whl && myst -v"'
args: '-c "export MYSTMD_ALLOW_NODEENV=1; pip install mystmd*.whl && myst -v"'

0 comments on commit 234e16b

Please sign in to comment.