Skip to content

Commit

Permalink
Disable environment updates for Python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
olszomal committed Nov 5, 2024
1 parent fa739bc commit e2f683c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2f683c

Please sign in to comment.