diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-10-24 09:45:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 09:45:57 +0200 |
commit | ac17c36bec5b0ae8d57b66f825acb6f21f2ca323 (patch) | |
tree | a1b16decb9d3e52d178feb087c4853dfd8cf1daa /.github | |
parent | 010b2e5ecf53fd1a8bbcfe208dca1d07bd4d5507 (diff) | |
parent | 4ffa47d897ec1a9d5482e73e9397c048299013fe (diff) | |
download | nextpnr-ac17c36bec5b0ae8d57b66f825acb6f21f2ca323.tar.gz nextpnr-ac17c36bec5b0ae8d57b66f825acb6f21f2ca323.tar.bz2 nextpnr-ac17c36bec5b0ae8d57b66f825acb6f21f2ca323.zip |
Merge pull request #1037 from YosysHQ/fix_python_ver
Fix python version in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/arch_ci.yml | 3 |
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 |