Skip to content

Commit 507223f

Browse files
committed
chore: Fix up integration test
1 parent 7be40fe commit 507223f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
key: ilamb
4141
- name: Run tests
4242
run: |
43+
make virtual-environment
4344
make fetch-test-data
44-
uv run ref datasets fetch-data ilamb
45+
uv run ref datasets fetch-data --registry ilamb
4546
make test
4647
# Upload the scratch and results directories as artifacts
4748
- name: Upload scratch artifacts

0 commit comments

Comments
 (0)