We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d89c54 commit d88c323Copy full SHA for d88c323
1 file changed
.github/workflows/downstream.yml
@@ -3,9 +3,7 @@ name: Track Downstream Dependencies
3
on:
4
push:
5
branches: [dev]
6
- schedule:
7
- - cron: "0 0 * * *" # Runs daily at midnight UTC
8
- workflow_dispatch: # Allows manual triggering
+ workflow_dispatch:
9
10
env:
11
TARGET_PACKAGE: "ovos-workshop" # Set the package to track here
@@ -33,7 +31,7 @@ jobs:
33
31
python -m venv venv
34
32
source venv/bin/activate
35
pip install build wheel
36
- pip install -r constraints-alpha.txt
+ pip install -r constraints-alpha.txt --no-deps
37
pip install pipdeptree
38
39
- name: Find downstream dependencies
0 commit comments