Skip to content

Commit

Permalink
Additional updates to Bump Version Number workflow
Browse files Browse the repository at this point in the history
- Fix additional plenum installation issues

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Feb 7, 2024
1 parent 62c17c7 commit a4e0d60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
liblz4-dev
pip install packaging \
wheel \
importlib_metadata==3.10.1 \
Cython==0.29.36 \
indy-plenum==1.13.1 \
Cython==0.29.36
pip install indy-plenum==1.13.1 \
pyzmq==22.3.0
- name: Prepare package and set version
Expand Down

0 comments on commit a4e0d60

Please sign in to comment.