We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ffa40 commit a9eb25dCopy full SHA for a9eb25d
.github/workflows/deploy.yml
@@ -23,6 +23,8 @@ jobs:
23
ATT_NUMBER: ${{ secrets.ATT_NUMBER }}
24
T_MOBILE_NUMBER: ${{ secrets.T_MOBILE_NUMBER }}
25
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
26
+ PYTHON_VERSION: 3.12
27
+ OPERATING_SYSTEM: ubuntu-latest
28
MANTECA_ACTIVE_NUMBER: ${{ secrets.MANTECA_ACTIVE_NUMBER }}
29
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
30
MANTECA_BASE_URL: ${{ secrets.MANTECA_BASE_URL }}
@@ -58,6 +60,11 @@ jobs:
58
60
language: python
59
61
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
62
63
+ - name: Set up Python
64
+ uses: actions/setup-python@v5
65
+ with:
66
+ python-version: '3.12'
67
+
68
- name: Install Packages and Test
69
run: |
70
pip install -r requirements.txt
0 commit comments