Skip to content

Commit

Permalink
remove python from platform build (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Oct 23, 2021
1 parent e95a805 commit 84b69d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,6 @@ jobs:
- name: Checkout Airbyte
uses: actions/checkout@v2

- name: Pip Caching
uses: actions/cache@v2
with:
path: |
~/.cache/pip
key: ${{ secrets.CACHE_VERSION }}-pip-${{ runner.os }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ secrets.CACHE_VERSION }}-pip-${{ runner.os }}-
- name: Npm Caching
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -219,13 +210,6 @@ jobs:
with:
node-version: '14.7'

- uses: actions/setup-python@v2
with:
python-version: '3.7'

- name: Install Pyenv
run: python3 -m pip install virtualenv==16.7.9 --user

- name: Set up CI Gradle Properties
run: |
mkdir -p ~/.gradle/
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ if(!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD")
include ':airbyte-tests'
include ':airbyte-webapp'
include ':airbyte-secrets-migration'

include ':tools:code-generator'
}

// connectors base
Expand Down

0 comments on commit 84b69d9

Please sign in to comment.