Skip to content

Commit cc5a491

Browse files
committed
rollback py in doc build + fix tox exec for pytest
1 parent 9e3b48e commit cc5a491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
bash .github/workflows/install_ci_python_dep.sh
9292
bash .github/workflows/start_mongo.sh ${{ matrix.MONGODB }}
9393
- name: tox dry-run (to pre-install venv)
94-
run: tox -e $(echo py${{ matrix.python-version }}-mg${{ matrix.PYMONGO }} | tr -d . | sed -e 's/pypypy/pypy/') -- -a "-k=test_ci_placeholder"
94+
run: tox -e $(echo py${{ matrix.python-version }}-mg${{ matrix.PYMONGO }} | tr -d . | sed -e 's/pypypy/pypy/') -- "-k=test_ci_placeholder"
9595
- name: Run test suite
96-
run: tox -e $(echo py${{ matrix.python-version }}-mg${{ matrix.PYMONGO }} | tr -d . | sed -e 's/pypypy/pypy/') -- -a "--cov=mongoengine"
96+
run: tox -e $(echo py${{ matrix.python-version }}-mg${{ matrix.PYMONGO }} | tr -d . | sed -e 's/pypypy/pypy/') -- "--cov=mongoengine"
9797
- name: Send coverage to Coveralls
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -110,7 +110,7 @@ jobs:
110110
- name: Set up Python ${{ matrix.python-version }}
111111
uses: actions/setup-python@v4
112112
with:
113-
python-version: 3.9
113+
python-version: 3.7
114114
check-latest: true
115115
- name: install python dep
116116
run: |

0 commit comments

Comments
 (0)