diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index a35ffc4a0..26157917a 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -35,9 +35,7 @@ jobs: enable-cache: true - name: Install dependencies - # (Reactivate once it works with mikeio1d) - #run: uv sync --group test --group networks --no-dev - run: uv sync --group test --no-dev + run: uv sync --group test --group networks --no-dev - name: Install pandas 2.x if: matrix.pandas-version == 'pandas2' @@ -56,23 +54,22 @@ jobs: - name: Test run: just test - # TODO: activate once above runs with -- group networks - # build-no-networks: - # runs-on: ubuntu-latest + build-no-networks: + runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 + steps: + - uses: actions/checkout@v4 - # - uses: extractions/setup-just@v3 + - uses: extractions/setup-just@v3 - # - name: Set up uv - # uses: astral-sh/setup-uv@v6 - # with: - # python-version: "3.11" - # enable-cache: true + - name: Set up uv + uses: astral-sh/setup-uv@v6 + with: + python-version: "3.11" + enable-cache: true - # - name: Install dependencies (without networks) - # run: uv sync --group test --no-dev + - name: Install dependencies (without networks) + run: uv sync --group test --no-dev - # - name: Test - # run: just test \ No newline at end of file + - name: Test + run: just test \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fbd9f99fa..940c5af35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ notebooks = ["nbformat", "nbconvert", "jupyter", "plotly", "shapely", "seaborn"] -networks = ["mikeio1d", "networkx"] +networks = ["mikeio1d==1.2.1", "networkx"] [project.urls] "Homepage" = "https://github.com/DHI/modelskill"