Browse Source

try using python 3.8

Hadrien Croubois 3 years ago
parent
commit
9aa745e4fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/formal-verifiation.yml

+ 1 - 1
.github/workflows/formal-verifiation.yml

@@ -26,7 +26,7 @@ jobs:
       - uses: actions/checkout@v2
       - name: Install python
         uses: actions/setup-python@v2
-        with: { python-version: 3.10, cache: 'pip' }
+        with: { python-version: 3.8, cache: 'pip' }
       - name: Install java
         uses: actions/setup-java@v1
         with: { java-version: '11', java-package: jre }