Skip to content

Commit 840eec9

Browse files
no message
1 parent 5b9a5d4 commit 840eec9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
python-version: [ 3.6, 3.8, 3.9 ] # '3.10' has issues for now
2323
steps:
2424
- uses: actions/checkout@v2
25+
- name: Download workflow artifact
26+
uses: dawidd6/[email protected]
27+
with:
28+
workflow: "build-libs.yml"
29+
path: ./libs
2530
- name: Set up Python ${{ matrix.python-version }}
2631
uses: actions/setup-python@v2
2732
with:

0 commit comments

Comments
 (0)