Skip to content

Commit

Permalink
Try running on the latest wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Jan 12, 2025
1 parent c056871 commit 4c25a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0
python pip.pyz install wheel==0.42.0
python pip.pyz install wheel==0.45.1
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0
python pip.pyz install wheel==0.42.0
python pip.pyz install wheel==0.45.1
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -sSo pip.pyz https://bootstrap.pypa.io/pip/pip.pyz
python pip.pyz -V
python pip.pyz install setuptools==57.5.0
python pip.pyz install wheel==0.42.0
python pip.pyz install wheel==0.45.1
python pip.pyz install git+https://github.com/EIGHTFINITE/demjson.git@master
rm pip.pyz
- uses: actions/[email protected]
Expand Down

0 comments on commit 4c25a3e

Please sign in to comment.