Skip to content

Commit

Permalink
fixing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
erinaldidb committed Jan 29, 2025
1 parent d3fb7fe commit d6d5cee
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install git+https://github.com/databricks-industry-solutions/industry-solutions-release
- name: Package solution accelerator
run: |
import os
import configparser
import io
config = configparser.ConfigParser()
config.read_file(io.StringIO(os.environ['DB_PROFILES']))
config = config['FIELD']
os.environ['DATABRICKS_TOKEN'] = config['host']
os.environ['DATABRICKS_HOST'] = config['token']
shell: python

- name: Install dependencies for pixels
run: |
Expand All @@ -47,6 +28,4 @@ jobs:
- name: Run linting (linter, code style)
run: make style
- name: Run tests
run: make test
env:
DATABRICKS_CLUSTER_ID: "${{ secrets.DATABRICKS_CLUSTER_ID }}"
run: make test

0 comments on commit d6d5cee

Please sign in to comment.