Skip to content

Commit

Permalink
ci: try to fix podman tests by building proto once (#9267)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey authored Apr 30, 2024
1 parent 95b5164 commit f8f8672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,6 @@ jobs:

- reinstall-go
- go-get-deps
- run: PATH=$HOME/.local/bin:$PATH make -C proto build

- setup-python-venv:
install-python: true
Expand Down Expand Up @@ -4447,6 +4446,7 @@ workflows:
extra-pytest-flags: ["-k 'not test_slurm_verify_home'"]
requires:
- build-go-ee
- build-proto

- test-e2e:
name: test-e2e-rbac
Expand Down

0 comments on commit f8f8672

Please sign in to comment.