Skip to content

Commit c23ed32

Browse files
authored
Merge pull request #1341 from Sage-Bionetworks/develop
Schematic release 23.12.1
2 parents 477df2e + bddcc39 commit c23ed32

File tree

18 files changed

+869
-770
lines changed

18 files changed

+869
-770
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626
jobs:
2727
test:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-22.04-4core-16GBRAM-150GBSSD
2929
env:
3030
POETRY_VERSION: 1.3.0
3131
strategy:
@@ -128,7 +128,7 @@ jobs:
128128
run: >
129129
source .venv/bin/activate;
130130
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
131-
-m "not (google_credentials_needed or schematic_api or table_operations)"
131+
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n auto
132132
133133
- name: Run tests
134134
env:
@@ -138,7 +138,7 @@ jobs:
138138
run: >
139139
source .venv/bin/activate;
140140
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
141-
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)"
141+
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)" --reruns 2 -n auto
142142
143143
- name: Upload pytest test results
144144
uses: actions/upload-artifact@v2

great_expectations/great_expectations.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)