Skip to content

Commit

Permalink
chore: lock python version
Browse files Browse the repository at this point in the history
Signed-off-by: Kilerd Chan <[email protected]>
  • Loading branch information
Kilerd committed Oct 18, 2024
1 parent fd222f3 commit ee8d5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: fake frontend build
run: mkdir -p dist
working-directory: ./frontend
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run test
run: cargo test --features ${{matrix.features}}
wasm-test:
Expand Down

0 comments on commit ee8d5b3

Please sign in to comment.