Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrader15 authored Oct 2, 2024
1 parent d055b43 commit 5b339e7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,5 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Add requirements
run: python -m pip install --upgrade wheel setuptools
- name: Install Apache Arrow
run: |
if [ "${{ matrix.platform }}" == "ubuntu-latest" ]; then
sudo apt update
sudo apt install -y libapache-arrow-dev
elif [ "${{ matrix.platform }}" == "macos-latest" ]; then
brew install apache-arrow
elif [ "${{ matrix.platform }}" == "windows-latest" ]; then
choco install apache-arrow
fi
- name: Build and install
run: pip install --verbose .

0 comments on commit 5b339e7

Please sign in to comment.