Skip to content

Commit

Permalink
bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed May 15, 2024
1 parent 8942e15 commit 31b7e79
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update_stompy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>-py3-none-any.whl".
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Checkout code
Expand All @@ -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:
Expand Down

0 comments on commit 31b7e79

Please sign in to comment.