Skip to content

Commit

Permalink
chain commands properly during stubs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Muream committed Jun 8, 2021
1 parent 297d548 commit a87f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ matrix.generate_stubs }}
run: |
mayapy -m pip install --user \
pybind11-stubgen==0.8.7 \
pybind11-stubgen==0.8.7 && \
mayapy ./scripts/generate_stubs.py
- name: Artifacts
Expand Down

0 comments on commit a87f91d

Please sign in to comment.