Skip to content

Commit

Permalink
Force installation of tomli_w on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 9, 2023
1 parent 2f20bab commit d7b2a24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,12 @@ jobs:
run: |
poetry run mpm --all-managers managers
# For some strange reasons pytest runs are complaining about missing packages on Windows.
- name: Force tomli_w installation - Windows
if: runner.os == 'Windows'
run: >
poetry run pip install tomli_w
- name: Parallel non-destructive tests
# XXX ./meta_package_manager/tests/ is specified at CLI level instead of using the ``testpaths`` parameter
# from pyproject.toml because of this bug: https://github.com/pytest-dev/pytest/issues/9311
Expand Down

0 comments on commit d7b2a24

Please sign in to comment.