We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a026e commit d7f2fc9Copy full SHA for d7f2fc9
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
allow-prereleases: true
28
- name: Install and configure Poetry
29
run: |
30
- pip install -U pip poetry
+ python3 -m pip install -U pip poetry
31
poetry env use ${{ matrix.python-version }}
32
- name: Install dependencies
33
run: poetry install --all-extras --all-groups
@@ -42,9 +42,11 @@ jobs:
42
steps:
43
- uses: actions/checkout@v5
44
- uses: actions/setup-python@v6
45
+ with:
46
+ python-version: "3.x"
47
48
49
50
poetry env use 3.7
51
52
0 commit comments