Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 3, 2024
1 parent 9062eb4 commit 1647f3f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,16 @@ jobs:
- name: Prepare
working-directory: tests
run: make up
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: bindings-python-linux-x86_64
path: bindings/python/artifacts
- name: Install dependencies
working-directory: bindings/python
run: pip install behave
run: |
pip install behave
pip install artifacts/*.whl
- name: Test
working-directory: bindings/python
run: behave tests/*
Expand Down

0 comments on commit 1647f3f

Please sign in to comment.