We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fadac commit 1579dd3Copy full SHA for 1579dd3
.github/workflows/build_and_load_to_pypi.yaml
@@ -15,8 +15,6 @@ jobs:
15
16
- name: Check out repository code
17
uses: actions/checkout@v2
18
- with:
19
- path: zephyr_source
20
21
- name: Update pip and install pipenv
22
run: |
@@ -28,8 +26,9 @@ jobs:
28
26
29
27
- name: Install python dependencies
30
31
- cd ${{ github.workspace }}/zephyr_source/
+ cd ${{ github.workspace }}/zephyr-python-api && ls
32
pipenv install --dev
+ pipenv run pip list --local
33
34
- name: Build distribution archives
35
run: pipenv run python3 -m build
0 commit comments