Skip to content

Commit a61ad94

Browse files
committed
new attempt
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 4bd4375 commit a61ad94

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
name: "Python ${{ matrix.python-version }}"
1212
runs-on: "ubuntu-latest"
1313

14-
15-
strategy:
16-
matrix:
17-
python-version: ["3.9"]
18-
1914
steps:
2015
- uses: "actions/checkout@v4"
2116
- uses: "actions/setup-python@v5"
@@ -25,7 +20,7 @@ jobs:
2520
run: |
2621
pip install pipenv
2722
pip install build
28-
pipenv install --dev --skip-lock --system --deploy --ignore-pipfile
23+
pipenv install --dev --system
2924
- name: Test
3025
run: |
3126
pipenv run pytest

0 commit comments

Comments
 (0)