Skip to content

Commit

Permalink
Use latest pip
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos authored Aug 6, 2024
1 parent e2bce4a commit 68cc274
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Prep
run: pip3 install ${ACE_REPO}
run: |
pip3 install --upgrade pip
pip3 install ${ACE_REPO}
- name: Validate
run: ./validate.sh ietf-*.yang iana-*.yang

0 comments on commit 68cc274

Please sign in to comment.