We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a2ee8 commit 3ed5748Copy full SHA for 3ed5748
1 file changed
.github/workflows/test.yml
@@ -82,12 +82,14 @@ jobs:
82
83
- name: Setup Python
84
#if: ${{ matrix.userName == 'q215613905' && env.commit }}
85
+ if: ${{ env.commit }}
86
uses: actions/setup-python@v6
87
with:
88
python-version: '3.8'
89
90
- name: Install Python dependencies
91
92
93
run: |
94
python -m pip install --upgrade pip
95
pip install lxml ujson pyquery requests jsonpath cachetools pycryptodome beautifulsoup4
@@ -102,6 +104,7 @@ jobs:
102
104
103
105
- name: Setup Python local.properties
106
107
108
working-directory: TVBoxOSC
109
run: echo "" > local.properties
110
0 commit comments