Skip to content

Commit

Permalink
for conda test, install mongomock via pip
Browse files Browse the repository at this point in the history
 * since mongomock release is only up-to-date via pip,
   install only this package via pip in the conda environment setup
  • Loading branch information
JunAishima committed Oct 8, 2024
1 parent 256e5e9 commit d3175ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
if: matrix.dependencies == 'conda'
run: |
set -vxeo pipefail
conda install -y -c conda-forge doct jsonschema mock mongomock pymongo pytest pyyaml requests tornado ujson
conda install -y -c conda-forge doct jsonschema mock pymongo pytest pyyaml requests tornado ujson
pip install mongomock
- name: Install the package
run: |
Expand Down

0 comments on commit d3175ef

Please sign in to comment.