Skip to content

Commit

Permalink
Merge pull request #1341 from Sage-Bionetworks/develop
Browse files Browse the repository at this point in the history
Schematic release 23.12.1
  • Loading branch information
linglp authored Dec 14, 2023
2 parents 477df2e + bddcc39 commit c23ed32
Show file tree
Hide file tree
Showing 18 changed files with 869 additions and 770 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-4core-16GBRAM-150GBSSD
env:
POETRY_VERSION: 1.3.0
strategy:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or schematic_api or table_operations)"
-m "not (google_credentials_needed or schematic_api or table_operations)" --reruns 2 -n auto
- name: Run tests
env:
Expand All @@ -138,7 +138,7 @@ jobs:
run: >
source .venv/bin/activate;
pytest --durations=0 --cov-report=term --cov-report=html:htmlcov --cov=schematic/
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)"
-m "not (google_credentials_needed or rule_combos or schematic_api or table_operations)" --reruns 2 -n auto
- name: Upload pytest test results
uses: actions/upload-artifact@v2
Expand Down
109 changes: 0 additions & 109 deletions great_expectations/great_expectations.yml

This file was deleted.

Loading

0 comments on commit c23ed32

Please sign in to comment.