Disable environment updates for Python setup

This commit is contained in:
olszomal 2024-11-05 14:39:50 +01:00 committed by Michał Trojnara
parent 21bce757ef
commit bc3e9e2172

View File

@ -112,6 +112,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.13'
update-environment: false
architecture: 'arm64'
- name: Set up Python virtual environment (Linux/macOS)