1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-12-22 20:35:44 +01:00

Fix Python version in the CI testing

This commit is contained in:
Evgeny Posenitskiy 2024-11-10 21:34:27 +01:00 committed by GitHub
parent 0a153491c9
commit 04453266a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,11 @@ jobs:
diff configure_v rust_v
diff configure_v ocaml_v
- name: setup fixed Python version for testing
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.10'
- name: install dependencies
run: |
sudo apt-get update
@ -140,6 +145,11 @@ jobs:
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- name: setup fixed Python version for testing
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
with:
python-version: '3.12'
- name: install dependencies
run: |
brew install emacs