diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7e29e7..5eabc6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: with: python-version: "3.11" cache: "pip" - - run: "cd example && pip install -r requirements.txt" + - run: "cd example && pip install $(cat requirements.txt)" - run: "cd example && python object.py" - run: "mv example/export/object.glb example/export/example.glb" - uses: "actions/upload-artifact@v4"