Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function

- name: Install Python 3.9
- name: Install Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.8

- name: Install poetry
run: pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# api-management-utils
Scripts and utilities used across API managment platform and services
Scripts and utilities used across API managment platform and services

## Scripts
* `template.py` - cli for basic jinja templating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST_DIR: "{{ lookup('env', 'DIST_DIR') }}"
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"
SERVICE_NAME: "{{ lookup('env', 'SERVICE_NAME') }}"
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8 = "^3.7.9"
mypy = "^0.770"
pytest = "^5.4.2"
pytest-cov = "^2.8.1"
ansible = "^2.10.7"
ansible = "^2.9.23rc1"
pyyaml = "^6.0"
jmespath = "^0.10.0"
awscli = "^1.18.80"
Expand Down