We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b4d1e commit a1ea4e7Copy full SHA for a1ea4e7
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
-
22
name: Checkout Repo
23
uses: actions/checkout@v4
24
+
25
+ # --- Modify paths in climada.conf ---
26
27
name: Write climada.conf system data
28
uses: amochkin/action-json@v1
@@ -40,6 +42,8 @@ jobs:
40
42
41
43
run: |
44
cat climada.conf
45
+ # ---
46
47
48
name: Install make
49
uses: awalsh128/cache-apt-pkgs-action@v1
@@ -69,9 +73,7 @@ jobs:
69
73
70
74
name: Run Integration Tests
71
75
72
- uv run -- python -c "from climada.util.constants import SYSTEM_DIR; print(SYSTEM_DIR)"
76
make integ_test
- continue-on-error: true
77
78
build-and-test:
79
name: 'Core / Unit Test Pipeline'
@@ -111,7 +113,8 @@ jobs:
111
113
112
114
name: Install dependencies
115
- uv sync --locked --dev
116
+ pip install -e ./
117
+ pip install --group dev
118
119
name: Run Unit Tests
120
0 commit comments