Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 17, 2024
1 parent 1963b30 commit 9a238ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.9, "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ unit_tests = [
]
integration_tests = [
"pytest==8.3.2",
"pytest-datafiles==1.0.0"
"pytest-datafiles==3.0.0"
]
linting = [
"pylint==3.2.7"
Expand Down Expand Up @@ -86,8 +86,6 @@ formating = [
dev = [
"pip-tools"
]

[project.optional-dependencies]
xml = ["lxml>=4.9.2", "xmltodict"] # for parsing the Hochfrequenz MIG templates
tree = ["lark>=1.1.5"] # for parsing the Hochfrequenz .tree files
cli = ["click"] # for the CLI tool (w/o python installer/executable)
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -8,6 +8,8 @@ attrs==23.2.0
# via -r requirements.in
click==8.1.7
# via -r requirements.in
colorama==0.4.6
# via click
efoli==1.1.0
# via -r requirements.in
lark==1.2.2
Expand Down

0 comments on commit 9a238ee

Please sign in to comment.