Skip to content

Commit 416e575

Browse files
committed
chnge
1 parent 9a3bdd0 commit 416e575

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
run: |
4141
mkdir pyrfr_src
4242
pip download pyrfr==0.9.0 --no-binary :all: -d pyrfr_src
43-
cd pyrfr_src/pyrfr-0.9.0
43+
cd pyrfr_src
44+
tar -xzf pyrfr-0.9.0.tar.gz
45+
cd pyrfr-0.9.0
4446
python -m pip wheel . -w ../../wheelhouse
4547
4648
# Step 6: Build your DeepCAVE wheel

0 commit comments

Comments
 (0)