Skip to content

Commit

Permalink
Add [toml] dependency because 3.9 doesn't have builtin toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Nov 26, 2024
1 parent 7a0ccd1 commit b03b92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_all_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install coverage
pip install coverage[toml]
pip show openml
- name: Run constantpredictor on openml iris
run: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install coverage
python -m pip install coverage[toml]
- name: Run ${{ matrix.framework }} on ${{ matrix.task }}
run: |
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytest
pytest-mock
pip-tools
coverage
coverage[toml]

types-psutil
types-xmltodict
Expand Down

0 comments on commit b03b92e

Please sign in to comment.