Skip to content

Commit 594c64f

Browse files
authored
SWI-8919 Fix Deploy Workflow (#273)
1 parent a9eb25d commit 594c64f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ATT_NUMBER: ${{ secrets.ATT_NUMBER }}
2424
T_MOBILE_NUMBER: ${{ secrets.T_MOBILE_NUMBER }}
2525
BASE_CALLBACK_URL: ${{ secrets.BASE_CALLBACK_URL }}
26-
PYTHON_VERSION: 3.12
26+
PYTHON_VERSION: ${{ matrix.python-version }}
2727
OPERATING_SYSTEM: ubuntu-latest
2828
MANTECA_ACTIVE_NUMBER: ${{ secrets.MANTECA_ACTIVE_NUMBER }}
2929
MANTECA_IDLE_NUMBER: ${{ secrets.MANTECA_IDLE_NUMBER }}
@@ -60,11 +60,6 @@ jobs:
6060
language: python
6161
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION
6262

63-
- name: Set up Python
64-
uses: actions/setup-python@v5
65-
with:
66-
python-version: '3.12'
67-
6863
- name: Install Packages and Test
6964
run: |
7065
pip install -r requirements.txt

0 commit comments

Comments
 (0)