Skip to content

Commit

Permalink
Workflow updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cogswell committed Aug 28, 2024
1 parent 00fb588 commit 3448639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mpet-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:

steps:
- name: Set up python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
architecture: x64

- name: Checkout MPET
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
path: mpet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
activate-environment: mpet-env

- name: Install additional dependencies using mpet's setup.py
run: |
Expand Down

0 comments on commit 3448639

Please sign in to comment.