You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ jobs:
139
139
- name: Uninstall thermo
140
140
run: |
141
141
pip uninstall -y thermo
142
+
rm -rf build/
142
143
- name: Test with pytest
143
144
run: |
144
145
pytest . -v --cov-report html --cov=thermo --cov-report term-missing -m "not online and not sympy and not numba and not CoolProp and not fuzz and not deprecated and not slow"
Copy file name to clipboardExpand all lines: .github/workflows/build_multi_numpy_scipy.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ jobs:
115
115
- name: Uninstall thermo
116
116
run: |
117
117
pip uninstall -y thermo
118
+
rm -rf build/
118
119
- name: Test with pytest
119
120
run: |
120
121
pytest . -v --cov-report html --cov=thermo --cov-report term-missing -m "not online and not sympy and not numba and not CoolProp and not fuzz and not deprecated and not slow"
0 commit comments