Skip to content

Conda sync test

Conda sync test #4

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
steps:
- run: echo ${{ github.ref_name }}
- run: echo ${{ github.ref }}
- run: echo ${{ github.event.pull_request.head.ref }}
- run: echo 'foo'
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.head.ref }}
# - uses: actions/setup-python@v4
# - run: python conda/sync_requirements.py
# - uses: stefanzweifel/git-auto-commit-action@v5