mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Checkout the repo, needed by setup python
Contributes to CURA-9459
This commit is contained in:
parent
b2531c851f
commit
c01410146d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/unit-test.yml
vendored
5
.github/workflows/unit-test.yml
vendored
|
|
@ -134,10 +134,13 @@ jobs:
|
||||||
|
|
||||||
publish-test-results:
|
publish-test-results:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [ conan-recipe-version ]
|
needs: [ testing ]
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Python and pip
|
- name: Setup Python and pip
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue