Skip to content

Commit

Permalink
removing moto from being installed before running github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceBalfanz committed Jan 7, 2022
1 parent ef1a733 commit 90b8e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcube_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shell: bash -l {0}
run: |
pip install pytest pytest-cov
mamba install -c conda-forge flask-testing moto requests-mock
mamba install -c conda-forge flask-testing requests-mock
pytest --cov=./ --cov-report=xml
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 90b8e99

Please sign in to comment.