aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-10-24 09:42:16 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-10-24 09:42:16 +0200
commit4ffa47d897ec1a9d5482e73e9397c048299013fe (patch)
treea1b16decb9d3e52d178feb087c4853dfd8cf1daa /.github
parent010b2e5ecf53fd1a8bbcfe208dca1d07bd4d5507 (diff)
downloadnextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.tar.gz
nextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.tar.bz2
nextpnr-4ffa47d897ec1a9d5482e73e9397c048299013fe.zip
Fix python version in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/arch_ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/arch_ci.yml b/.github/workflows/arch_ci.yml
index dfeb2f9f..459a770c 100644
--- a/.github/workflows/arch_ci.yml
+++ b/.github/workflows/arch_ci.yml
@@ -25,7 +25,8 @@ jobs:
submodules: recursive
- uses: actions/setup-python@v4
-
+ with:
+ python-version: '3.10'
- name: Install
run: |
sudo apt-get update