Skip to content

Commit

Permalink
Update scheduled.yaml (#628)
Browse files Browse the repository at this point in the history
Currently the max strategy fails with the following:
```
Error : ! Could not solve package dependencies:
* deps::/tmp/RtmpZGFxMH/filec219ed9d76: Can't install dependency insightsengineering/teal.data
* insightsengineering/teal.data: Can't install dependency teal.code (>= 0.5.0.9011)
```

`teal.code` is an indirect dependency via `teal.data`

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Nov 4, 2024
1 parent 25f4101 commit a3d9a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
extra-deps: |
insightsengineering/teal.code
branch-cleanup:
if: >
github.event_name == 'schedule' || (
Expand Down

0 comments on commit a3d9a0f

Please sign in to comment.