Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsharma2 committed Aug 2, 2023
1 parent 0504d0b commit 8080a20
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,9 @@ jobs:
.nox
key: ${{ runner.os }}-2.5-${{ hashFiles('python-sdk/pyproject.toml') }}-${{ hashFiles('python-sdk/src/astro/__init__.py') }}
- run: sudo apt-get install -y --no-install-recommends build-essential libsasl2-2 libsasl2-dev libsasl2-modules freetds-dev libssl-dev libkrb5-dev libmariadb-dev
- run: sudo apt install -y -V ca-certificates lsb-release wget |
wget https://apache.jfrog.io/artifactory/arrow/ubuntu/apache-arrow-apt-source-latest-jammy.deb |
sudo apt -y install ./apache-arrow-apt-source-latest-jammy.deb |
sudo apt -y update |
sudo apt install -y -V libarrow-glib-dev |
sudo apt -y -V install libarrow-dev libarrow-python-dev
- run: DISTRO=$(lsb_release --codename --short) |
sudo add-apt-repository "deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu $DISTRO main" |
sudo apt-get install libarrow-dev libparquet-dev libarrow-python-dev
- run: pip3 --version
- run: sqlite3 /tmp/sqlite_default.db "VACUUM;"
- run: pip3 install nox
Expand Down

0 comments on commit 8080a20

Please sign in to comment.