From b7eafa8f3085f384f4cb3a7f70bf611842e76bd0 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 20 Nov 2023 13:54:39 +0100 Subject: [PATCH] WIP: specify repo name --- .github/workflows/test_pyaedt.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_pyaedt.yml b/.github/workflows/test_pyaedt.yml index b0dc94b920..2f2f7ac6b9 100644 --- a/.github/workflows/test_pyaedt.yml +++ b/.github/workflows/test_pyaedt.yml @@ -29,13 +29,14 @@ jobs: - name: "Install Git and clone project" uses: actions/checkout@v4 with: - path: src/pyedb + path: "src/pyedb" - name: "Clone pyaedt on specific branch" uses: actions/checkout@v4 with: - path: src/pyaedt - ref: use_pyedb + repository: ansys/pyaedt + path: "src/pyaedt" + ref: "use_pyedb" - name: "Set up Python" uses: ansys/actions/_setup-python@main