Skip to content

Commit

Permalink
ci: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 13, 2023
1 parent 33a9526 commit f5c79a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ updates:
directory: '/'
schedule:
interval: 'monthly'

# docs
- package-ecosystem: 'pip'
directory: '/docs'
schedule:
interval: 'monthly'

# src
- package-ecosystem: 'pip'
directory: '/src'
directory: '/'
schedule:
interval: 'monthly'
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
python-version: [ "3.10" ]
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: src
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds
2 changes: 1 addition & 1 deletion .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: [ "3.10" ]
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: src
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds
coverage: false
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
python-version: [ "3.10" ]
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: src
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
uses: lars-reimann/.github/.github/workflows/poetry-pypi-reusable.yml@main
with:
working-directory: src
working-directory: .
python-version: "3.10"
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Safe-DS/Stdlib"
documentation = "https://safe-ds-stdlib.readthedocs.io"
keywords = ["data science", "machine learning", "usability", "learnability"]
packages = [
{ include = "src/safeds" },
{ include = "safeds", from = "src"},
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit f5c79a8

Please sign in to comment.