diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index b40de3871d..23bba9785f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -115,7 +115,7 @@ jobs: - name: Run forward compatibility tests run: | source venv/bin/activate - pytest python/tests/forward_compat + pytest python/tests/forward_compat --run-forward # Make sure wheels are not included in the Rust cache - name: Delete wheels run: sudo rm -rf target/wheels