Skip to content

Commit

Permalink
Fix motor in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AliRn76 committed Feb 13, 2024
1 parent 4c8ea38 commit 3863b49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pymongo
run: |
pip uninstall -y bson
pip install pymongo
- name: Install motor
run: pip install motor

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pymongo
run: |
pip uninstall -y bson
pip install pymongo
- name: Install motor
run: pip install motor

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down Expand Up @@ -135,10 +133,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pymongo
run: |
pip uninstall -y bson
pip install pymongo
- name: Install motor
run: pip install pymongo

- name: Start MongoDB
uses: supercharge/[email protected]
Expand Down

0 comments on commit 3863b49

Please sign in to comment.