Skip to content

Commit 011890e

Browse files
rootroot
authored andcommitted
APM-6127 python uptick
1 parent 0d705c5 commit 011890e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

15-
- name: Install Python 3.9.5
15+
- name: Install Python 3.9
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.9.5
18+
python-version: 3.9
1919

2020
- name: Update apt repositories
2121
run: sudo apt update

azure/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ variables:
22
service_name: splunk-monitor
33
short_service_name: sm
44
service_base_path: splunk-monitor
5-
python_version: 3.9.5
5+
python_version: 3.9

0 commit comments

Comments
 (0)