aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Test.yml')
-rw-r--r--.github/workflows/Test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 55caad911..55da4c176 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -78,7 +78,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
- name: '🔧 Install dependencies'
run: |
@@ -470,7 +470,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
architecture: ${{ matrix.pyarch }}
- name: '🐍 Install Python dependencies'
@@ -545,7 +545,7 @@ jobs:
- name: '🐍 Setup Python'
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: '3.10'
architecture: ${{ matrix.pyarch }}
- name: '📥 Download artifact: pyGHDL'