Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
adding lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 12, 2024
1 parent 3c8c6a6 commit 8189db7
Show file tree
Hide file tree
Showing 3 changed files with 7,808 additions and 40 deletions.
40 changes: 1 addition & 39 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,42 +57,4 @@ jobs:
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

tests_mac:
needs: linter
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install project
run: make install
- name: Run tests
run: make test

tests_win:
needs: linter
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Pip
run: pip install --user --upgrade pip
- name: Install project
run: pip install -e .[test]
- name: run tests
run: pytest -s -vvvv -l --tb=long tests
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ data/fasta/*
data/scGPT_human
wandb/*
*/lightning_logs/*
*.lock
data/tensorboard/*
notebooks/tests/*/
data/logs/*
Expand Down
Loading

0 comments on commit 8189db7

Please sign in to comment.