Skip to content

Commit

Permalink
trying stubs again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenglert committed Apr 9, 2022
1 parent 37250f3 commit 7dd6f99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ jobs:
uses: actions/download-artifact@v3
with:
name: linux-2022.3
path: modules

- run: ls .
- run: ls ./modules

- name: Build stubs
run: |
mayapy -m pip install --user pybind11-stubgen && \
export PYTHONPATH=$(pwd)/linux-2022.3
export PYTHONPATH=$(pwd)/modules
mayapy ./scripts/generate_stubs.py cmdc.pyi
- name: Artifacts
Expand Down

0 comments on commit 7dd6f99

Please sign in to comment.