Skip to content

Commit

Permalink
chore: troubleshooting CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Oct 3, 2024
1 parent b49cf73 commit a1b612c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Python Package CI

on: [push]

env:
UV_SYSTEM_PYTHON: 1
# env:
# UV_SYSTEM_PYTHON: 1

jobs:
ci:
Expand Down Expand Up @@ -39,24 +39,21 @@ jobs:
run: |
uv sync --all-extras --dev
- name: Activate venv
run: |
source .venv/bin/activate
# - name: Activate venv
# run: |
# source .venv/bin/activate

- name: Test with pytest
run: |
source .venv/bin/activate
pytest -v
uv run pytest -v
- name: Test table io from commandline
run: |
source .venv/bin/activate
geomux -i example/example.tsv.gz -o results_table.tab
uv run geomux -i example/example.tsv.gz -o results_table.tab
- name: Test adat io from commandline
run: |
source .venv/bin/activate
geomux -i example/example.h5ad -o results_table.tab
uv run geomux -i example/example.h5ad -o results_table.tab
# ostest:
# runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1b612c

Please sign in to comment.