Skip to content

Commit

Permalink
Process new ETL gpt tables into symptom lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix committed Aug 21, 2024
1 parent 5b0b01a commit c1a8e8d
Show file tree
Hide file tree
Showing 10 changed files with 262 additions and 443 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[tests]
- name: Test with pytest
run: python -m pytest

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
Loading

0 comments on commit c1a8e8d

Please sign in to comment.