Skip to content

Commit 26ecb7d

Browse files
committed
TbIK
1 parent 81019ce commit 26ecb7d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ jobs:
2323
- name: Debug Configuration ID
2424
run: echo "TMS_CONFIGURATION_ID=${{ secrets.TMS_CONFIGURATION_ID }}"
2525
- uses: actions/checkout@v3
26-
- name: Set up Python 3.10
27-
uses: actions/setup-python@v3
28-
with:
29-
python-version: "3.10"
30-
31-
# Install project dependencies
32-
- name: Install dependencies
33-
run: |
34-
python -m pip install --upgrade pip
35-
- name: install testit-cli
36-
if: always()
37-
run: |
38-
pip install testit-cli
3926
- name: Run Playwright tests
4027
env:
4128
TMS_PRIVATE_TOKEN: ${{ secrets.TMS_PRIVATE_TOKEN }}

0 commit comments

Comments
 (0)