Skip to content

Commit

Permalink
Merge pull request #17 from NREL/plotly_in_cal
Browse files Browse the repository at this point in the history
Plotly in cal
  • Loading branch information
calbaker authored May 4, 2023
2 parents d1e7a8c + 648a67e commit 897da74
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: cd rust/ && cargo test

- name: install python dependencies
run: pip install -U setuptools wheel twine cibuildwheel
run: pip install -U setuptools wheel twine cibuildwheel plotly

- name: build sdist
if: matrix.os == 'ubuntu' && matrix.python-version == '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Python unit tests
run: |
pip install setuptools_rust pytest
pip install setuptools_rust pytest plotly
pip install .
pytest -v fastsim/tests/
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- run: cd rust/ && cargo test

- name: install python dependencies
run: pip install -U setuptools wheel twine cibuildwheel
run: pip install -U setuptools wheel twine cibuildwheel plotly

- name: build sdist
if: matrix.os == 'ubuntu' && matrix.python-version == '8'
Expand Down
Loading

0 comments on commit 897da74

Please sign in to comment.