Skip to content

Conda sync test

Conda sync test #6

Workflow file for this run

name: Update Conda Requirements
on:
pull_request:
branches:
- 'chore/update-conda-requirements'
jobs:
update-conda-files:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.head.ref, 'do-not-run/')
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- run: git log
# - uses: actions/setup-python@v4
# - run: python conda/sync_requirements.py
# - uses: stefanzweifel/git-auto-commit-action@v5