Skip to content

Commit

Permalink
fix: fixing test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Nov 26, 2024
1 parent 861f2e1 commit 765ccdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Pyarrow dependencies
run: 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
pip install -e .
pip install -e '.[dev]'
- name: Setup extension
# Extra initialization steps
run: |
Expand Down
2 changes: 0 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
pytest-ckan
requests-mock

0 comments on commit 765ccdf

Please sign in to comment.