Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Nov 28, 2023
1 parent 6143305 commit b33e64f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- name: Pre-build dependencies
run: python -m pip install --upgrade pip

- name: Build dependencies
run: |
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvfalcon-1.0.0-py3-none-any.whl
- name: Install dependencies
run: pip install -r requirements.txt

Expand All @@ -55,6 +59,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build dependencies
run: |
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvfalcon-1.0.0-py3-none-any.whl
- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down

0 comments on commit b33e64f

Please sign in to comment.