ci: remove unnecessary go get.
This commit is contained in:
parent
2a3743ff84
commit
b3dedfedc0
@ -225,9 +225,6 @@ jobs:
|
|||||||
cd extern/test-vectors
|
cd extern/test-vectors
|
||||||
git fetch
|
git fetch
|
||||||
git checkout origin/<< parameters.vectors-branch >>
|
git checkout origin/<< parameters.vectors-branch >>
|
||||||
- run:
|
|
||||||
name: go get vectors branch
|
|
||||||
command: go get github.com/filecoin-project/test-vectors@<< parameters.vectors-branch >>
|
|
||||||
- go/install-gotestsum:
|
- go/install-gotestsum:
|
||||||
gobin: $HOME/.local/bin
|
gobin: $HOME/.local/bin
|
||||||
version: 0.5.2
|
version: 0.5.2
|
||||||
|
Loading…
Reference in New Issue
Block a user