We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbeb21 commit 3f107f7Copy full SHA for 3f107f7
1 file changed
.github/workflows/python-app.yml .github/workflows/run-tests.yml.github/workflows/python-app.yml renamed to .github/workflows/run-tests.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: ZXBasic
+name: Run Test
5
6
on:
7
pull_request:
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Install poetry
31
run: |
32
- pip install -U pip~=24.0
33
- pip install poetry~=1.7.1
+ pip install -U pip~=26.0
+ pip install poetry~=2.3.2
34
poetry config virtualenvs.in-project true
35
36
- name: Set up poetry cache
0 commit comments