mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [ conan-recipe-version ]
|
||||
needs: [ testing ]
|
||||
if: success() || failure()
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Python and pip
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue