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:
parent
0a153491c9
commit
04453266a6
10
.github/workflows/actions.yml
vendored
10
.github/workflows/actions.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user