Skip to content

Commit

Permalink
Checking the files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed May 2, 2024
1 parent b4f32f8 commit 0fb7eb1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest]
python: [ '3.12' ]
other: [""]
category: [""]
Expand Down Expand Up @@ -104,14 +104,16 @@ jobs:
with:
path: 'environment-action'


- name: Checkout Pyomo source
uses: actions/checkout@v4
with:
repository: pyomo/pyomo

- name: Environment check
run: ls -la

- name: Pyomo environment setup action
uses: ./environment-action
uses: ./environment-action/
with:
target: ${{ matrix.TARGET }}
python: ${{ matrix.python }}
Expand Down

0 comments on commit 0fb7eb1

Please sign in to comment.