Skip to content

MAINT: Use bundle_tools_3 and fix various bugs #225

MAINT: Use bundle_tools_3 and fix various bugs

MAINT: Use bundle_tools_3 and fix various bugs #225

Workflow file for this run

name: Outdated
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on:
# We only do this on PRs to avoid the (admittedly unlikely) scenario that
# we run, green, wait, merge, then the build on `main` could fail because conda
# has updated during the "green" and then the "build on `main`" steps
pull_request:
branches: "*"
jobs:
deps:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install packaging requests pyyaml
- run: python tests/test_outdated.py