-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d208737
commit bb121d3
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,33 +28,33 @@ jobs: | |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry | ||
poetry --version | ||
- name: Install fastgeoapi CLI | ||
run: | | ||
poetry install | ||
poetry run fastgeoapi openapi | ||
# - name: Install fastgeoapi CLI | ||
# run: | | ||
# poetry install | ||
# poetry run fastgeoapi openapi | ||
|
||
spectral-oas: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
# Check out the repository | ||
- name: Check out the repository | ||
uses: actions/[email protected] | ||
# - name: Check out the repository | ||
# uses: actions/[email protected] | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
# - name: Set up Python 3.10 | ||
# uses: actions/[email protected] | ||
# with: | ||
# python-version: "3.10" | ||
|
||
- name: Upgrade pip | ||
run: | | ||
pip install --constraint=.github/workflows/constraints.txt pip | ||
pip --version | ||
# - name: Upgrade pip | ||
# run: | | ||
# pip install --constraint=.github/workflows/constraints.txt pip | ||
# pip --version | ||
|
||
- name: Install Poetry | ||
run: | | ||
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry | ||
poetry --version | ||
# - name: Install Poetry | ||
# run: | | ||
# pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry | ||
# poetry --version | ||
|
||
- name: Install fastgeoapi CLI | ||
run: | | ||
|
@@ -77,23 +77,23 @@ jobs: | |
needs: build | ||
steps: | ||
# Check out the repository | ||
- name: Check out the repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up Python 3.10 | ||
uses: actions/[email protected] | ||
with: | ||
python-version: "3.10" | ||
|
||
- name: Upgrade pip | ||
run: | | ||
pip install --constraint=.github/workflows/constraints.txt pip | ||
pip --version | ||
- name: Install Poetry | ||
run: | | ||
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry | ||
poetry --version | ||
# - name: Check out the repository | ||
# uses: actions/[email protected] | ||
|
||
# - name: Set up Python 3.10 | ||
# uses: actions/[email protected] | ||
# with: | ||
# python-version: "3.10" | ||
|
||
# - name: Upgrade pip | ||
# run: | | ||
# pip install --constraint=.github/workflows/constraints.txt pip | ||
# pip --version | ||
|
||
# - name: Install Poetry | ||
# run: | | ||
# pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry | ||
# poetry --version | ||
|
||
- name: Install fastgeoapi CLI | ||
run: | | ||
|