Skip to content

Commit 378d0a1

Browse files
author
avandras
committed
Fix behave tests + remove Python 3.7 for MacOS
1 parent 729dec3 commit 378d0a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12]
2222
exclude:
23+
- os: macos-latest
24+
python-version: 3.7
2325
- os: ubuntu-latest
2426
python-version: 3.7
2527
include:
@@ -116,7 +118,7 @@ jobs:
116118
- name: Run behave tests
117119
run: python .github/workflows/run_tests.py
118120
- name: Upload logs if behave failed
119-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
120122
if: failure()
121123
with:
122124
name: behave-${{ matrix.os }}-${{ matrix.dcs }}-${{ matrix.python-version }}-logs

0 commit comments

Comments
 (0)