Skip to content

Commit 3f107f7

Browse files
committed
refact: rename Workflow and update build tools
1 parent ddbeb21 commit 3f107f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: ZXBasic
4+
name: Run Test
55

66
on:
77
pull_request:
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Install poetry
3131
run: |
32-
pip install -U pip~=24.0
33-
pip install poetry~=1.7.1
32+
pip install -U pip~=26.0
33+
pip install poetry~=2.3.2
3434
poetry config virtualenvs.in-project true
3535
3636
- name: Set up poetry cache

0 commit comments

Comments
 (0)