Skip to content

Commit

Permalink
Merge pull request #93 from bancorprotocol/89-jupytext-does-not-exist…
Browse files Browse the repository at this point in the history
…-for-automated-tests

Add jupytext dependency for automated test script
  • Loading branch information
mikewcasale authored Aug 30, 2023
2 parents d8caa30 + 020c4d4 commit b1e4b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install jupytext
pip install -r requirements.txt --force-reinstall
- name: Setup Brownie
run: |
Expand Down

0 comments on commit b1e4b03

Please sign in to comment.