Skip to content

Commit

Permalink
resolving conflict in test file for #279
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ekchajzer committed Mar 7, 2024
2 parents f55b2fb + a30f880 commit c053b32
Show file tree
Hide file tree
Showing 8 changed files with 1,670 additions and 1,881 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_client_sdk_with_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Install pipenv
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Install pipenv
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Install pipenv
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://github.com/Boavizta/boaviztapi/blob/main/boaviztapi_color.svg" height="100" alt="BoaviztAPI">
</p>

po
<h3 align="center">
An API to access <a href="https://boavizta.cmakers.io/">Boavizta's</a> methodologies and data</a>
</h3>
Expand Down Expand Up @@ -62,7 +62,7 @@ $ uvicorn boaviztapi.main:app --host=localhost --port 5000

### Prerequisite

Python 3, poetry recommended
Python 3 mandatory, python >=3.9 recommended, poetry recommended

### Setup poetry

Expand Down
1,447 changes: 747 additions & 700 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pydantic = '^1.10'
fastapi = '^0.95'
uvicorn = '^0.22'
Expand Down
Loading

0 comments on commit c053b32

Please sign in to comment.