Skip to content

Commit 64032d7

Browse files
committed
ci: Make GHA work
1 parent fd816a7 commit 64032d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
fail-fast: false
3434

3535
steps:
36+
- name: Checkout devito
37+
uses: actions/checkout@v5
38+
3639
- name: Checkout data
3740
uses: actions/checkout@v5
3841
with:
3942
repository: 'devitocodes/data'
4043
path: 'data'
4144

42-
- name: Checkout devito
43-
uses: actions/checkout@v5
44-
4545
- name: Setup conda
4646
uses: conda-incubator/setup-miniconda@v3
4747
with:

0 commit comments

Comments
 (0)