Skip to content

Commit

Permalink
WIP: specify repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 20, 2023
1 parent 31b7ac9 commit b7eafa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7eafa8

Please sign in to comment.