Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 31, 2024
1 parent 1befd0d commit 417af63
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,18 @@ jobs:
- name: Install pypgstac
run: |
cd $GITHUB_WORKSPACE/src/pypgstac
pwd
ls
source $UV_PROJECT_ENVIRONMENT/bin/activate
uv pip install --offline --find-links /tmp/wheels pypgstac
- name: Run tests
run: |
cd $GITHUB_WORKSPACE/src/pypgstac
cd $GITHUB_WORKSPACE
pwd
ls
echo $UV_PROJECT_ENVIRONMENT
source $UV_PROJECT_ENVIRONMENT/bin/activate
$SCRIPTS/test
./scripts/test
# linux_x86_64:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 417af63

Please sign in to comment.