-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1fea6
commit b3ecf68
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,20 +80,20 @@ jobs: | |
COMPILED: yes | ||
DEPS: yes | ||
|
||
- name: uninstall deps | ||
run: pip uninstall -y cython email-validator devtools python-dotenv | ||
|
||
- name: test compiled without deps | ||
run: make test | ||
|
||
- run: coverage xml | ||
- uses: codecov/[email protected] | ||
with: | ||
file: ./coverage.xml | ||
env_vars: COMPILED,DEPS,PYTHON,OS | ||
env: | ||
COMPILED: yes | ||
DEPS: no | ||
# - name: uninstall deps | ||
# run: pip uninstall -y cython email-validator typing-extensions devtools python-dotenv | ||
# | ||
# - name: test compiled without deps | ||
# run: make test | ||
# | ||
# - run: coverage xml | ||
# - uses: codecov/[email protected] | ||
# with: | ||
# file: ./coverage.xml | ||
# env_vars: COMPILED,DEPS,PYTHON,OS | ||
# env: | ||
# COMPILED: yes | ||
# DEPS: no | ||
|
||
- name: remove compiled binaries | ||
run: | | ||
|
@@ -159,7 +159,7 @@ jobs: | |
with: | ||
python-version: '3.7' | ||
|
||
- run: echo "sip fastapi for now" | ||
- run: echo "skip fastapi for now" | ||
# - name: install | ||
# run: make install-testing | ||
# | ||
|