Skip to content

Commit

Permalink
install pytes-mock for windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Mar 12, 2024
1 parent e0023e9 commit 50c81f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install pytest
pip3 install pytest-mock
- name: Set github_api_token
shell: bash
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install pytest
pip3 install pytest-mock
pip3 install -r requirements-dev.txt
- name: Set github_api_token
run: |
mkdir ~/multiversx-sdk
Expand Down

0 comments on commit 50c81f3

Please sign in to comment.