Skip to content

Commit

Permalink
Try it in two install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Jan 12, 2025
1 parent 1c020b8 commit 10b2923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ jobs:
python -c "import sys; print(sys.version)"
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0 wheel git+https://github.com/EIGHTFINITE/demjson.git@master
python pip.pyz install setuptools==57.5.0 wheel
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -356,7 +357,8 @@ jobs:
python -c "import sys; print(sys.version)"
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0 wheel git+https://github.com/EIGHTFINITE/demjson.git@master
python pip.pyz install setuptools==57.5.0 wheel
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
python -c "import sys; print(sys.version)"
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0 wheel git+https://github.com/EIGHTFINITE/demjson.git@master
python pip.pyz install setuptools==57.5.0 wheel
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 10b2923

Please sign in to comment.