Skip to content

Commit

Permalink
Revert "Try running OPF test on Windows"
Browse files Browse the repository at this point in the history
This reverts commit 2be4d1e.
  • Loading branch information
birgits committed Feb 7, 2024
1 parent 2be4d1e commit 9edf382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up julia
if: runner.os == 'Linux'
uses: julia-actions/setup-julia@v1
with:
version: "1.6"
Expand Down
1 change: 1 addition & 0 deletions tests/opf/test_powermodels_opf.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def setup_class(self):
df,
)

@pytest.mark.runonlinux
def test_pm_optimize(self):
# OPF with all flexibilities but without overlying grid constraints
pm_optimize(
Expand Down

0 comments on commit 9edf382

Please sign in to comment.