diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c3aa90..d428568 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -330,7 +330,7 @@ jobs: - name: Test shell: bash run: | - pip3 install dist/*.whl + pip3 install --no-deps dist/*.whl cd / python3 -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true cat /tmp/output diff --git a/raygui b/raygui index b5a81fb..1e03efc 160000 --- a/raygui +++ b/raygui @@ -1 +1 @@ -Subproject commit b5a81fb76eec3521f4cbd6c02ace0dcc7b1cc810 +Subproject commit 1e03efca48c50c5ea4b4a053d5bf04bad58d3e43 diff --git a/raylib-c b/raylib-c index e5d0cc9..c9c830c 160000 --- a/raylib-c +++ b/raylib-c @@ -1 +1 @@ -Subproject commit e5d0cc978ae933ccccd41758d50d1cd57e3474d1 +Subproject commit c9c830cb971d7aa744fe3c7444b768ccd5176c4c