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 4bd4375 commit a61ad94Copy full SHA for a61ad94
.github/workflows/python-ci.yml
@@ -11,11 +11,6 @@ jobs:
11
name: "Python ${{ matrix.python-version }}"
12
runs-on: "ubuntu-latest"
13
14
-
15
- strategy:
16
- matrix:
17
- python-version: ["3.9"]
18
19
steps:
20
- uses: "actions/checkout@v4"
21
- uses: "actions/setup-python@v5"
@@ -25,7 +20,7 @@ jobs:
25
run: |
26
pip install pipenv
27
22
pip install build
28
- pipenv install --dev --skip-lock --system --deploy --ignore-pipfile
23
+ pipenv install --dev --system
29
24
- name: Test
30
31
pipenv run pytest
0 commit comments