Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 3, 2023
1 parent f222574 commit 673a3b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
toolchain: nightly
override: true

- run: rustup target add aarch64-apple-darwin
if: matrix.os == 'macos-latest'

- run: rustup toolchain install stable-i686-pc-windows-msvc
if: matrix.os == 'windows-latest'

- run: rustup target add i686-pc-windows-msvc
if: matrix.os == 'windows-latest'

- name: Set up QEMU
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v3
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
global-include *.cpp
global-include *.pyx
global-include *.pxd
include river/datasets/*.csv
Expand Down

0 comments on commit 673a3b7

Please sign in to comment.