Skip to content

Commit

Permalink
ci: try quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 12, 2023
1 parent 4b4d5ee commit 27266de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:
- name: Extract pre-built manylinux cppyy wheels
uses: shrink/actions-docker-extract@v3
with:
image: docker.io/agoose77/cppyy-wheels:cp311
path: /wheels/."
destination: /tmp/wheels/
image: "docker.io/agoose77/cppyy-wheels:cp311"
path: "/wheels/."
destination: "/tmp/cppyy-wheels"

- name: Download awkward wheel
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 27266de

Please sign in to comment.