Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NREL/G2Aero
Browse files Browse the repository at this point in the history
  • Loading branch information
olgadoronina committed Jun 25, 2024
2 parents 94c8811 + 5aa9b7e commit 22de195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -29,6 +29,7 @@ jobs:
# install the package with requirements
pip install -e .
# install extra packages used in examples
pip install "matplotlib<=3.8.4"
pip install pandas plotly seaborn dash dash_bootstrap_components
# install extra packages to test notebooks
pip install nbmake pytest-xdist
Expand Down

0 comments on commit 22de195

Please sign in to comment.