-
-
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
cf9a417
commit 829528c
Showing
1 changed file
with
13 additions
and
14 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 |
---|---|---|
|
@@ -64,21 +64,20 @@ jobs: | |
COMPILED: yes | ||
DEPS: yes | ||
|
||
- name: uninstall deps | ||
# - name: uninstall deps | ||
# run: pip uninstall -y cython email-validator typing-extensions devtools python-dotenv | ||
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: 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: | | ||
|