Skip to content

Commit

Permalink
📝 Reorganize and integrate tiledbsoma guide (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd authored Sep 10, 2024
1 parent 64069c4 commit 9c8eba2
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 422 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
matrix:
python-version: ["3.11"]
group:
- "census"
- "validator"
timeout-minutes: 15
timeout-minutes: 20

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ repos:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[
"types-pkg-resources",
"types-requests",
"types-attrs",
"types-PyYAML",
]
["types-requests", "types-attrs", "types-PyYAML"]
exclude: |
(?x)(
test_notebooks.py
Expand Down
Loading

0 comments on commit 9c8eba2

Please sign in to comment.