Skip to content

Commit

Permalink
Merge pull request #8153 from OpenMined/fix-post-merge-task2
Browse files Browse the repository at this point in the history
install tox in post merge task environment
  • Loading branch information
shubham3121 authored Oct 12, 2023
2 parents 295edc7 + bfa580c commit b251d25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/post-merge-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install pip packages
run: |
python -m pip install --upgrade --user pip tox
- name: Check and Bump Protocol Version
run: |
tox -e syft.protocol.check
Expand Down

0 comments on commit b251d25

Please sign in to comment.