Skip to content

Commit

Permalink
Remove databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma Down committed Sep 11, 2023
1 parent da3c79f commit e603ab4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,26 +138,26 @@ jobs:
run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }}

# Databricks doesn't like the matrix strategy, so moving back to the old integration testing without versioning
integration-databricks:
runs-on: ubuntu-latest
environment:
name: Approve Integration Tests

steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR

- uses: actions/setup-python@v4
with:
python-version: '3.8.x'
architecture: 'x64'

- name: Install tox
run: python3 -m pip install tox

- name: Run Databricks Tests
env:
DBT_VERSION: ''
run: tox -e integration_databricks
# integration-databricks:
# runs-on: ubuntu-latest
# environment:
# name: Approve Integration Tests

# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# ref: ${{ github.event.pull_request.head.sha }} # Check out the code of the PR

# - uses: actions/setup-python@v4
# with:
# python-version: '3.8.x'
# architecture: 'x64'

# - name: Install tox
# run: python3 -m pip install tox

# - name: Run Databricks Tests
# env:
# DBT_VERSION: ''
# run: tox -e integration_databricks
26 changes: 13 additions & 13 deletions .github/workflows/main_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@ jobs:
run: tox -e integration_${{ matrix.warehouse }}_${{ matrix.version }}

# Databricks doesn't like the matrix strategy, so moving back to the old integration testing without versioning
integration-databricks:
runs-on: ubuntu-latest
# integration-databricks:
# runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
# steps:
# - name: Checkout
# uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.8.x'
architecture: 'x64'
# - uses: actions/setup-python@v4
# with:
# python-version: '3.8.x'
# architecture: 'x64'

- name: Install tox
run: python3 -m pip install tox
# - name: Install tox
# run: python3 -m pip install tox

- name: Run Databricks Tests
run: tox -e integration_databricks
# - name: Run Databricks Tests
# run: tox -e integration_databricks

0 comments on commit e603ab4

Please sign in to comment.