diff --git a/action.yml b/action.yml
index 700e1d2b..9d7c80af 100644
--- a/action.yml
+++ b/action.yml
@@ -117,7 +117,6 @@ runs:
       id: setup-python
       with:
         python-version: '3.11'
-        update-environment: false
 
     - name: Install Linux clang dependencies
       if: runner.os == 'Linux'