Skip to content

Commit

Permalink
Fix order of steps of CI backend checks (#5675)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera authored Jan 15, 2025
1 parent c6fa9d3 commit 71aa1a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ jobs:
- name: Load image
run: docker load --input /tmp/python-${{ matrix.python_version }}.tar

- name: Checkout
uses: actions/checkout@v4

- name: Set Up Python
uses: actions/setup-python@v5
with:
Expand All @@ -447,9 +450,6 @@ jobs:
- name: Install Nox
run: pip install nox>=2022

- name: Checkout
uses: actions/checkout@v4

- name: Get Vault Token
uses: hashicorp/[email protected]
with:
Expand Down

0 comments on commit 71aa1a2

Please sign in to comment.