mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 20:15:54 +08:00
Checkout the repo, needed by setup python
Contributes to CURA-9459
This commit is contained in:
parent
b2531c851f
commit
c01410146d
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…
x
Reference in New Issue
Block a user