Skip to content

Commit 27d6c66

Browse files
committed
Fix dependency download step
1 parent 936f01a commit 27d6c66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-native-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
27+
- name: Install Relenv
28+
run: |
29+
python3 -m pip install -e .
2730
- name: Download Dependencies
2831
run: |
2932
python3 -m relenv build --download-only

0 commit comments

Comments
 (0)