Skip to content

Bump piped from 6dd5e26 to e2c2091 #403

Bump piped from 6dd5e26 to e2c2091

Bump piped from 6dd5e26 to e2c2091 #403

Workflow file for this run

name: Resync piped
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
paths: ["piped", "piped.toml", "pyproject.toml"]
jobs:
resync-piped:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: "true"
- name: Set up Python 3.9
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: "3.9"
- name: install prerequisites
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./piped/python/base-requirements/nox.txt
- name: Resync Piped
run: python -m nox -s copy-piped bot-package-diff
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: gogo.patch
path: gogo.patch
- name: Check diff file
run: python -m nox -s is-diff-file-empty