Skip to content

Commit 02f5697

Browse files
committed
fix: resolve merge conflicts in GitHub Actions workflows
1 parent 9659de4 commit 02f5697

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,10 @@ 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-
=======
2822
python-version: 3.13
2923
- name: Install Poetry
3024
env:
3125
POETRY_VERSION: 2.1.2
32-
>>>>>>> origin
3326
run: |
3427
curl -sSL https://install.python-poetry.org | python - -y &&\
3528
poetry config virtualenvs.create false

.github/workflows/pythonpackage.yml

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

1814
steps:
1915
- uses: actions/checkout@v3
@@ -23,11 +19,7 @@ jobs:
2319
python-version: ${{ matrix.python-version }}
2420
- name: Install Poetry
2521
env:
26-
<<<<<<< HEAD
27-
POETRY_VERSION: 2.0.0
28-
=======
2922
POETRY_VERSION: 2.1.2
30-
>>>>>>> origin
3123
run: |
3224
curl -sSL https://install.python-poetry.org | python - -y &&\
3325
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)