Skip to content

Commit

Permalink
Make some metadata dynamic, in prep for 2.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix authored Aug 21, 2024
1 parent 5b0b01a commit dc237d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 447 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand All @@ -18,13 +18,10 @@ 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: Get library from main
run: pip install git+https://github.com/smart-on-fhir/cumulus-library.git

- name: Install linters
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit dc237d7

Please sign in to comment.