Skip to content

Commit

Permalink
Use Trunk 0.17.5 in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Dec 17, 2023
1 parent 4e7901e commit cde4fc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
RUST_VERSION: "1.68.2"
TRUNK_VERSION: "0.17.5"

jobs:
check_frontend:
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
sudo apt install libarchive-tools
python -m pip install --upgrade pip
pip install build setuptools_scm
cargo install --locked trunk
cargo install --locked trunk@${{ env.TRUNK_VERSION }}
- name: Test
run: |
make test_installation
Expand Down Expand Up @@ -150,7 +151,7 @@ jobs:
python -m pip install --upgrade pip
pip install build setuptools_scm
pip install --user -e .[devel]
cargo install --locked trunk
cargo install --locked trunk@${{ env.TRUNK_VERSION }}
echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
- name: Test
run: |
Expand Down

0 comments on commit cde4fc3

Please sign in to comment.