File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -819,10 +819,6 @@ jobs:
819
819
needs :
820
820
- info
821
821
- base
822
- strategy :
823
- fail-fast : false
824
- matrix :
825
- python-version : ${{ fromJson(needs.info.outputs.python_versions) }}
826
822
name : Split tests for full run
827
823
steps :
828
824
- name : Install additional OS dependencies
@@ -836,11 +832,11 @@ jobs:
836
832
libgammu-dev
837
833
- name : Check out code from GitHub
838
834
839
- - name : Set up Python ${{ matrix.python-version }}
835
+ - name : Set up Python ${{ env.DEFAULT_PYTHON }}
840
836
id : python
841
837
842
838
with :
843
- python-version : ${{ matrix.python-version }}
839
+ python-version : ${{ env.DEFAULT_PYTHON }}
844
840
check-latest : true
845
841
- name : Restore base Python virtual environment
846
842
id : cache-venv
@@ -858,7 +854,7 @@ jobs:
858
854
- name : Upload pytest_buckets
859
855
860
856
with :
861
- name : pytest_buckets-${{ matrix.python-version }}
857
+ name : pytest_buckets
862
858
path : pytest_buckets.txt
863
859
overwrite : true
864
860
@@ -923,7 +919,7 @@ jobs:
923
919
- name : Download pytest_buckets
924
920
925
921
with :
926
- name : pytest_buckets-${{ matrix.python-version }}
922
+ name : pytest_buckets
927
923
- name : Compile English translations
928
924
run : |
929
925
. venv/bin/activate
You can’t perform that action at this time.
0 commit comments