File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments