Skip to content

Commit

Permalink
quote wrapping pip install no binary
Browse files Browse the repository at this point in the history
  • Loading branch information
JostTim committed Jan 8, 2024
1 parent 21f9f88 commit b0a600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setting_up_pip
run : python -m pip install --upgrade pip
- name: Install
run : pip install . --no-binary :all:
run : 'pip install . --no-binary :all:'
- name: Build
run : auto_fast_docs ${{github.event.repository.name}} --username ${{github.actor}} --layout flat
- name: Deploy
Expand Down

0 comments on commit b0a600d

Please sign in to comment.