Skip to content

Commit

Permalink
adjust unittest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jan 20, 2025
1 parent d4bad1c commit 4fce33f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/unittest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,20 @@ jobs:
with:
environment-file: xcube-stac/environment.yml

- name: Start xcube server
# quick and dirty, will be removed after xcube 1.8 release
- name: Install xcube from source
shell: bash -l {0}
run: |
micromamba install -c conda-forge tabulate
cd /home/runner/work/xcube-stac/xcube-stac/xcube
ls
# ------------------------
# quick and dirty, will be removed after xcube 1.8 release
micromamba install -c conda-forge tabulate
pip install --no-deps .
# ------------------------
- name: Start xcube server
shell: bash -l {0}
run: |
cd /home/runner/work/xcube-stac/xcube-stac/xcube
ls
xcube serve -c examples/serve/demo/config.yml &
- name: Run unit tests
Expand Down

0 comments on commit 4fce33f

Please sign in to comment.