Skip to content

Commit 83f3830

Browse files
Merge branch 'main' of github.com:sequential-parameter-optimization/spotPython
2 parents 9c7fe8e + 3ff6aed commit 83f3830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
run:
1414
working-directory: ${{github.workspace}}
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v4
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{matrix.version}}
2020
- run: python -m pip install --upgrade pip build pytest

0 commit comments

Comments
 (0)