Skip to content

Commit

Permalink
Merge pull request #815 from nozaq/fix-ci-pip
Browse files Browse the repository at this point in the history
Re-enable pipenv tests with Python 3.x
  • Loading branch information
MikeMcQuaid authored Mar 2, 2025
2 parents c93a146 + 28525cc commit c6ce63b
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 519 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@ jobs:
needs: core
strategy:
matrix:
# TODO: re-enable 3.x when it's working again
# python: [ '3.8', '3.10', '3.x' ]
python: [ '3.8', '3.10' ]
python: [ '3.8', '3.10', '3.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/pipenv/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dataclasses = "==0.6"
pylint = "==2.3.1"
datadog = "==0.44.0"
nbconvert = "==7.1.0"
lazy-object-proxy = "==1.10.0"
Loading

0 comments on commit c6ce63b

Please sign in to comment.