From cbadada37562928ef0a1ab2d0f5139088e7deaf7 Mon Sep 17 00:00:00 2001 From: hakril Date: Thu, 27 Jun 2024 14:57:56 +0200 Subject: [PATCH] Testing stuff for new CI config --- .github/workflows/mypytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mypytest.yml b/.github/workflows/mypytest.yml index beebacf..52f610b 100644 --- a/.github/workflows/mypytest.yml +++ b/.github/workflows/mypytest.yml @@ -31,6 +31,7 @@ jobs: with: python-version: ${{ matrix.python-version}} architecture: x86 + update-environment: false ## Install the 64bits version of python3 asked - name: Set up Python3 ${{ matrix.python-version }} x64 if: ${{ matrix.python-version != '2.7' }} @@ -38,6 +39,7 @@ jobs: with: python-version: ${{ matrix.python-version}} architecture: x64 + update-environment: false # Manually install python2.7 (both version at once) - name: Set up Python2.7 ${{ matrix.python-version }} x86 & x64