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 a9eb25d commit 594c64fCopy full SHA for 594c64f
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ 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
+ PYTHON_VERSION: ${{ matrix.python-version }}
27
OPERATING_SYSTEM: ubuntu-latest
28
MANTECA_ACTIVE_NUMBER: ${{ secrets.MANTECA_ACTIVE_NUMBER }}
29
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
@@ -60,11 +60,6 @@ jobs:
60
language: python
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