From 9954939aa02abead76616c6a3c17284eb04d3a9b Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:04:08 +0100 Subject: [PATCH] quick fixes 3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"