Skip to content

Commit af40372

Browse files
committed
Remove redundant test cases from CI workflow for improved efficiency
1 parent 014f6f6 commit af40372

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/snowpark-ci-cd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
pytest tests/test_volatility_co2ppm.py
2828
pytest tests/test_daily_co2_changes.py
2929
pytest tests/test_weekly_co2_changes.py
30-
pytest tests/test_loading_co2_data_sp.py
31-
pytest tests/test_co2_harmonized_sp.py
32-
pytest tests/test_co2_analytical_sp.py
33-
30+
3431
deploy:
3532
needs: test
3633
if: success() && (github.event_name != 'pull_request')

0 commit comments

Comments
 (0)