Skip to content

Commit

Permalink
Fix enum-check to use dtox.sh in CI for assured py27 access.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Nov 15, 2024
1 parent d023029 commit 17d4037
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
with:
tox-env: format-check,lint-check,typecheck
- name: Check Enum Types
uses: pantsbuild/actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
with:
tox-env: enum-check -- -v --require-py27
run: |
BASE_MODE=pull ./dtox.sh -e enum-check -- -v --require-py27
- name: Check Vendoring
uses: pantsbuild/actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
with:
Expand Down

0 comments on commit 17d4037

Please sign in to comment.