Skip to content

Commit

Permalink
modified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanika-n committed Dec 26, 2024
1 parent ced393e commit 7724441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: 'pip'
- name: Set up Vale
run: |
curl -sSL https://github.com/errata-ai/vale/releases/download/v3.9.1/vale_3.9.1_Linux_64-bit.tar.gz | tar -xz -C /tmp
sudo mv /tmp/vale /usr/local/bin/vale
chmod +x /usr/local/bin/vale
if: runner.os == 'Linux' # Only install on Linux runners
- name: Install uv
run: pip install uv
- name: Install Mesa and dependencies
Expand Down

0 comments on commit 7724441

Please sign in to comment.