We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3bdd0 commit 416e575Copy full SHA for 416e575
1 file changed
.github/workflows/build_macos.yml
@@ -40,7 +40,9 @@ jobs:
40
run: |
41
mkdir pyrfr_src
42
pip download pyrfr==0.9.0 --no-binary :all: -d pyrfr_src
43
- cd pyrfr_src/pyrfr-0.9.0
+ cd pyrfr_src
44
+ tar -xzf pyrfr-0.9.0.tar.gz
45
+ cd pyrfr-0.9.0
46
python -m pip wheel . -w ../../wheelhouse
47
48
# Step 6: Build your DeepCAVE wheel
0 commit comments