From 31b7e79db7ccd9e39b41a7712ae73aa80c5f06cb Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Tue, 14 May 2024 22:40:44 -0700 Subject: [PATCH] bleeding edge --- .github/workflows/update_stompy_s3.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update_stompy_s3.yml b/.github/workflows/update_stompy_s3.yml index a3a28154..ce62aa42 100644 --- a/.github/workflows/update_stompy_s3.yml +++ b/.github/workflows/update_stompy_s3.yml @@ -17,13 +17,9 @@ concurrency: jobs: publish: - timeout-minutes: 30 name: Update Stompy S3 Model - - # We don't need to run on all platforms since this package is - # platform-agnostic. The output wheel is something like - # "monotonic_attention--py3-none-any.whl". runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Checkout code @@ -36,7 +32,7 @@ jobs: - name: Install dependencies run: | - pip install kscale-onshape-library + pip install 'kscale-onshape-library @ git+https://github.com/kscalelabs/onshape.git@master' # Bleeding edge - name: Build package env: