Skip to content

Commit

Permalink
Reset resync-piped
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Nov 19, 2024
1 parent 07e875c commit aa58500
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/resync-piped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,23 @@ jobs:
with:
submodules: "true"

- name: Install Python
uses: ./setup-py.yml
- name: Set up Python 3.11
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: "3.11"

- name: install prerequisites
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./python/base-requirements/nox.txt
- name: Resync Piped
run: nox -s copy-piped bot-package-diff
run: python -m nox -s copy-piped bot-package-diff

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: gogo.patch
path: gogo.patch

- name: Check diff file
run: nox -s is-diff-file-empty
run: python -m nox -s is-diff-file-empty

0 comments on commit aa58500

Please sign in to comment.