Skip to content

Commit

Permalink
Switch around checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed May 2, 2024
1 parent 0fb7eb1 commit 6cadc5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ jobs:
PYENV: pip

steps:
- name: Checkout action source
- name: Checkout Pyomo source
uses: actions/checkout@v4
with:
path: 'environment-action'
repository: pyomo/pyomo

- name: Checkout Pyomo source
- name: Checkout action source
uses: actions/checkout@v4
with:
repository: pyomo/pyomo
path: 'environment-action'

- name: Environment check
run: ls -la
Expand Down

0 comments on commit 6cadc5f

Please sign in to comment.