We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00ef1c commit a016679Copy full SHA for a016679
2 files changed
.github/workflows/omv-ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- "EDEN:0.2.2"
27
- "EDEN:0.2.3"
28
29
- python-version: [ "3.10" ]
+ python-version: [ "3.12" ]
30
31
steps:
32
- uses: actions/checkout@v4
.github/workflows/pip-install.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Install EDEN using pip
run: |
+ pip install setuptools --upgrade # needed for Python 3.12
pip install eden-simulator
- name: Run EDEN example directly
0 commit comments