Skip to content

Commit 251eacf

Browse files
committed
Modify workflow
1 parent 058921c commit 251eacf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/code-checks.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,23 @@ jobs:
6767
runs-on: ubuntu-24.04
6868
permissions:
6969
contents: read
70+
7071
concurrency:
7172
# https://github.community/t/concurrecy-not-work-for-push/183068/7
7273
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-typechecking
7374
cancel-in-progress: true
7475

7576
steps:
76-
- name: Create virtual environment with Pixi
77-
uses: ./.github/actions/setup-pixi
78-
with:
79-
environment: "typing"
80-
8177
- name: Checkout
8278
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8379
with:
8480
fetch-depth: 0
8581

82+
- name: Create virtual environment with Pixi
83+
uses: ./.github/actions/setup-pixi
84+
with:
85+
environment: "typing"
86+
8687
- name: Build pandas
8788
run: |
8889
pixi run \

0 commit comments

Comments
 (0)