Skip to content

Commit

Permalink
quality-checks.yml: Employs
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Sep 23, 2024
1 parent 180c61a commit 84fe68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
path: dist
- run: |
test "$(find dist -name 'delb-*.whl' | wc -l)" -eq 1
ln -s dist/delb-*.whl delb.whl
ls -l
export WHEEL_PATH=$(find dist -name 'delb-*.whl')
echo $WHEEL_PATH
just pytest
other-quality-checks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ coverage-report = """
template = "unit-tests"
skip-install = true
extra-dependencies = [
"delb @ {root:uri}/delb.whl"
"delb @ {root:uri}/{env:WHEEL_PATH}"
]

0 comments on commit 84fe68d

Please sign in to comment.