Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn committed Jan 12, 2025
1 parent ca61c16 commit 085d7ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,10 @@ jobs:
- name: Build demjson
shell: bash
run: |
python -m pip install pip==24.0
python -m pip install setuptools==57.5.0
python -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
python3 -m venv myvenv --without-pip --system-site-packages
myvenv/bin/python3 -m pip install pip==24.0
myvenv/bin/python3 -m pip install setuptools==57.5.0
myvenv/bin/python3 -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
ref: artifacts
Expand Down Expand Up @@ -345,9 +346,10 @@ jobs:
- name: Build demjson
shell: bash
run: |
python -m pip install pip==24.0
python -m pip install setuptools==57.5.0
python -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
python3 -m venv myvenv --without-pip --system-site-packages
myvenv/bin/python3 -m pip install pip==24.0
myvenv/bin/python3 -m pip install setuptools==57.5.0
myvenv/bin/python3 -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
ref: latest
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
- name: Build demjson
shell: bash
run: |
python -m pip install pip==24.0
python -m pip install setuptools==57.5.0
python -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
python3 -m venv myvenv --without-pip --system-site-packages
myvenv/bin/python3 -m pip install pip==24.0
myvenv/bin/python3 -m pip install setuptools==57.5.0
myvenv/bin/python3 -m pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected]
with:
path: DownloadItYourself
Expand Down

0 comments on commit 085d7ba

Please sign in to comment.