Skip to content

Exclude dependencies that are tagged with > in requirements #10

Exclude dependencies that are tagged with > in requirements

Exclude dependencies that are tagged with > in requirements #10

Workflow file for this run

name: package-resolver
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**/*.txt"
- "dev_scripts/*"
- ".github/workflows/version.yml"
jobs:
dependencies:
runs-on: thevickypedia-lite
steps:
- uses: actions/checkout@v4
- run: python dev_scripts/dependencies.py
shell: bash