Skip to content

Commit

Permalink
Merge pull request #142 from johnjasa/updating_ci
Browse files Browse the repository at this point in the history
Updating actions versions
  • Loading branch information
johnjasa authored Feb 13, 2024
2 parents f68bc29 + 9e12972 commit 8f57cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

test_ubuntu:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
fi
- name: Checkout Aviary
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Aviary
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow_no_dev_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip install git+https://github.com/OpenMDAO/OpenMDAO
- name: Checkout Aviary
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Aviary
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

pkgname = "aviary"
extras_require = {
"test": ["testflo", "pre-commit"],
"test": ["testflo", "pre-commit", "sphinx_book_theme==1.1.0"],
"examples": ["openaerostruct", "ambiance", "itables"],
}

Expand Down

0 comments on commit 8f57cd1

Please sign in to comment.