Skip to content

Commit 417af63

Browse files
committed
fix ci
1 parent 1befd0d commit 417af63

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/civ2.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,18 @@ jobs:
177177
- name: Install pypgstac
178178
run: |
179179
cd $GITHUB_WORKSPACE/src/pypgstac
180+
pwd
181+
ls
180182
source $UV_PROJECT_ENVIRONMENT/bin/activate
181183
uv pip install --offline --find-links /tmp/wheels pypgstac
182184
- name: Run tests
183185
run: |
184-
cd $GITHUB_WORKSPACE/src/pypgstac
186+
cd $GITHUB_WORKSPACE
187+
pwd
188+
ls
189+
echo $UV_PROJECT_ENVIRONMENT
185190
source $UV_PROJECT_ENVIRONMENT/bin/activate
186-
$SCRIPTS/test
191+
./scripts/test
187192
188193
# linux_x86_64:
189194
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)