Yeuoly 1 rok temu
rodzic
commit
2c419c7032
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      .github/workflows/tests-arm64.yml

+ 1 - 3
.github/workflows/tests-arm64.yml

@@ -36,9 +36,7 @@ jobs:
         run: bash ./build/build_arm64.sh
         run: bash ./build/build_arm64.sh
 
 
       - name: Setup Python3.10
       - name: Setup Python3.10
-        uses: actions/setup-python@v2
-        with:
-          python-version: '3.10.11'
+        run: sudo apt-get install -y python3.10 python3-pip
 
 
       - name: Install Python dependencies
       - name: Install Python dependencies
         run: pip install httpx requests jinja2
         run: pip install httpx requests jinja2