Skip to content

Commit

Permalink
Download rds2cpp dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored Nov 10, 2023
1 parent 3ed8018 commit d64cbf0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: true

- name: "Install dependencies"
- name: "Install system dependencies"
run: |
sudo apt-get install zlib1g-dev
Expand Down Expand Up @@ -88,6 +88,12 @@ jobs:
with:
submodules: true

- name: Download rds2cpp deps
run: |
cd extern/rds2cpp
cmake .
cd ../..
- name: Build wheels
uses: pypa/[email protected]
env:
Expand All @@ -108,6 +114,12 @@ jobs:
with:
submodules: true

- name: Download rds2cpp deps
run: |
cd extern/rds2cpp
cmake .
cd ../..
- name: Build sdist
run: pipx run build --sdist

Expand Down

0 comments on commit d64cbf0

Please sign in to comment.