Skip to content

Commit 1579dd3

Browse files
committed
GH_Actions: fix gh workspace paths
1 parent e8fadac commit 1579dd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_and_load_to_pypi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Check out repository code
1717
uses: actions/checkout@v2
18-
with:
19-
path: zephyr_source
2018

2119
- name: Update pip and install pipenv
2220
run: |
@@ -28,8 +26,9 @@ jobs:
2826
2927
- name: Install python dependencies
3028
run: |
31-
cd ${{ github.workspace }}/zephyr_source/
29+
cd ${{ github.workspace }}/zephyr-python-api && ls
3230
pipenv install --dev
31+
pipenv run pip list --local
3332
3433
- name: Build distribution archives
3534
run: pipenv run python3 -m build

0 commit comments

Comments
 (0)