Skip to content

Commit

Permalink
remove mongomock from conda install, make separate pip install
Browse files Browse the repository at this point in the history
 * for conda testing, use pip installed mongomock so that the version
   used is the same as with the pip install
   * due to lack of updates to conda-forge packages
  • Loading branch information
JunAishima committed Oct 8, 2024
1 parent 4d4750a commit fa0f6b7
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 mongomock mongoquery pymongo pytest pyyaml requests six tornado ujson
conda install -y -c conda-forge doct jsonschema mongoquery pymongo pytest pyyaml requests six tornado ujson
pip install mongomock
- name: Install the package
run: |
Expand Down

0 comments on commit fa0f6b7

Please sign in to comment.