Skip to content

Commit afe6c55

Browse files
committed
run test.sh script
1 parent 6d832ce commit afe6c55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,16 @@ jobs:
129129
with:
130130
submodules: recursive
131131
- uses: astral-sh/setup-uv@v6
132-
- name: setup
132+
- name: Python Setup
133133
run: |
134134
uv python install 3.12
135135
uv venv
136136
uv sync
137+
- name: Python Tests
138+
run: |
139+
. ./.venv/bin/activate
140+
cd cookbooks/landlab/
141+
./test.sh
137142
- name: compile
138143
run: |
139144
mkdir build

cookbooks/landlab/test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)