Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Mar 13, 2024
1 parent 9142b34 commit 8051a65
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Run shell commands
- name: Checkout SAM
run: |
git config --global url.https://github.com/.insteadOf git://github.com/
git clone https://github.com/NREL/SAM.git
ls
pwd
ls SAM
ls SAM/api
ls SAM/api/api_autogen
ls SAM/api/api_autogen/library/defaults
ls ${{ env.SAMNTDIR }}/SAM
ls ${{ env.SAMNTDIR }}/SAM/api/api_autogen/library/defaults
- uses: actions/checkout@v3
- name: Setup conda
Expand Down

0 comments on commit 8051a65

Please sign in to comment.