Skip to content

Commit 88f01a8

Browse files
Merge pull request #711 from BindsNET/hananel
2 parents 666dd44 + 484b62a commit 88f01a8

File tree

4 files changed

+1327
-1185
lines changed

4 files changed

+1327
-1185
lines changed

.github/workflows/python-app.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@ jobs:
1919
- name: Set up Python 3.13
2020
uses: actions/setup-python@v4
2121
with:
22+
<<<<<<< HEAD
23+
python-version: 3.10
24+
- name: Install Poetry
25+
env:
26+
POETRY_VERSION: 2.0.0
27+
=======
2228
python-version: 3.13
2329
- name: Install Poetry
2430
env:
2531
POETRY_VERSION: 2.1.2
32+
>>>>>>> origin
2633
run: |
2734
curl -sSL https://install.python-poetry.org | python - -y &&\
2835
poetry config virtualenvs.create false

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12+
<<<<<<< HEAD
13+
python-version: ["3.10", "3.11", "3.12"]
14+
=======
1215
python-version: ["3.10", "3.11", "3.12", "3.13"]
16+
>>>>>>> origin
1317

1418
steps:
1519
- uses: actions/checkout@v3
@@ -19,7 +23,11 @@ jobs:
1923
python-version: ${{ matrix.python-version }}
2024
- name: Install Poetry
2125
env:
26+
<<<<<<< HEAD
27+
POETRY_VERSION: 2.0.0
28+
=======
2229
POETRY_VERSION: 2.1.2
30+
>>>>>>> origin
2331
run: |
2432
curl -sSL https://install.python-poetry.org | python - -y &&\
2533
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)