File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,20 @@ jobs:
80
80
COMPILED : yes
81
81
DEPS : yes
82
82
83
- - name : uninstall deps
84
- run : pip uninstall -y cython email-validator devtools python-dotenv
85
-
86
- - name : test compiled without deps
87
- run : make test
88
-
89
- - run : coverage xml
90
- - uses : codecov/codecov-action@v1.0.14
91
- with :
92
- file : ./coverage.xml
93
- env_vars : COMPILED,DEPS,PYTHON,OS
94
- env :
95
- COMPILED : yes
96
- DEPS : no
83
+ # - name: uninstall deps
84
+ # run: pip uninstall -y cython email-validator typing-extensions devtools python-dotenv
85
+ #
86
+ # - name: test compiled without deps
87
+ # run: make test
88
+ #
89
+ # - run: coverage xml
90
+ # - uses: codecov/codecov-action@v1.0.14
91
+ # with:
92
+ # file: ./coverage.xml
93
+ # env_vars: COMPILED,DEPS,PYTHON,OS
94
+ # env:
95
+ # COMPILED: yes
96
+ # DEPS: no
97
97
98
98
- name : remove compiled binaries
99
99
run : |
@@ -159,7 +159,7 @@ jobs:
159
159
with :
160
160
python-version : ' 3.7'
161
161
162
- - run : echo "sip fastapi for now"
162
+ - run : echo "skip fastapi for now"
163
163
# - name: install
164
164
# run: make install-testing
165
165
#
You can’t perform that action at this time.
0 commit comments