Skip to content

Commit 7fe1790

Browse files
authored
Merge pull request #807 from valory-xyz/fix/release-workflow
fix: use pipenv of Python 3.10 to build & release
2 parents 79ecb26 + 2b363ab commit 7fe1790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Setup pipenv and install build dependencies
3030
run: |
31-
pipenv install --dev --skip-lock
32-
pipenv run pip install setuptools wheel
31+
make new_env
32+
pipenv run pip install --upgrade setuptools wheel
3333
3434
- name: Build wheels and source tarball
3535
run: |

0 commit comments

Comments
 (0)