Skip to content

Commit

Permalink
Fix crane version in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Aug 10, 2024
1 parent 299ad1d commit 7b75071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies and set up test config
shell: bash
run: |
export CRANE_VER=0.20.2
export CRANE_VER=v0.20.2
export HOMEDIR=`pwd`
# set up python dependencies
Expand Down

0 comments on commit 7b75071

Please sign in to comment.