We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f909910 commit cbadadaCopy full SHA for cbadada
1 file changed
.github/workflows/mypytest.yml
@@ -31,13 +31,15 @@ jobs:
31
with:
32
python-version: ${{ matrix.python-version}}
33
architecture: x86
34
+ update-environment: false
35
## Install the 64bits version of python3 asked
36
- name: Set up Python3 ${{ matrix.python-version }} x64
37
if: ${{ matrix.python-version != '2.7' }}
38
uses: actions/setup-python@v5
39
40
41
architecture: x64
42
43
44
# Manually install python2.7 (both version at once)
45
- name: Set up Python2.7 ${{ matrix.python-version }} x86 & x64
0 commit comments