Skip to content

Commit

Permalink
trying to fix tests, try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed May 2, 2024
1 parent f3cb7d6 commit e248e47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Pyarrow dependencies
run: sudo apt-get install -y build-essential ninja-build cmake
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
pip install --upgrade pip
pip install cmake
pip install -r requirements.txt
pip install -r dev-requirements.txt
Expand Down

0 comments on commit e248e47

Please sign in to comment.