Skip to content

Commit cbadada

Browse files
committed
Testing stuff for new CI config
1 parent f909910 commit cbadada

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/mypytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python-version}}
3333
architecture: x86
34+
update-environment: false
3435
## Install the 64bits version of python3 asked
3536
- name: Set up Python3 ${{ matrix.python-version }} x64
3637
if: ${{ matrix.python-version != '2.7' }}
3738
uses: actions/setup-python@v5
3839
with:
3940
python-version: ${{ matrix.python-version}}
4041
architecture: x64
42+
update-environment: false
4143

4244
# Manually install python2.7 (both version at once)
4345
- name: Set up Python2.7 ${{ matrix.python-version }} x86 & x64

0 commit comments

Comments
 (0)