Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(api): install opentrons and simulate #17048

Merged
merged 17 commits into from
Dec 16, 2024
Prev Previous commit
Next Next commit
path and no depth
y3rsh committed Dec 5, 2024
commit bc971d621c16b50eb71c81ca8b728a0197bfa2ed
4 changes: 1 addition & 3 deletions .github/workflows/api-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
@@ -136,8 +136,6 @@ jobs:
runs-on: '${{ matrix.os }}'
steps:
- uses: 'actions/checkout@v4'
with:
fetch-depth: 0
- name: 'Fix actions/checkout odd handling of tags'
if: startsWith(github.ref, 'refs/tags')
run: |
@@ -153,7 +151,7 @@ jobs:
run: |
uv python pin '${{ matrix.python }}'
uv venv
uv pip install file://$(pwd)#subdirectory=api
uv pip install file://$(pwd)/api
uv pip list
- name: Simulate protocol
shell: bash