Skip to content

Commit

Permalink
fixed toml-to-req (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Apr 26, 2024
1 parent 07a7542 commit e3b8952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-py39-mindeps.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install toml-to-requirements
toml-to-req --toml-file pyproject.toml --include-optional --optional-lists dev
toml-to-req --toml-file pyproject.toml --optional-lists dev
sed -i -E 's/>=/==/' requirements.txt
- name: Install dependencies
run: |
Expand Down

0 comments on commit e3b8952

Please sign in to comment.