Skip to content

Commit

Permalink
Run pipenv tests with Python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Mar 18, 2024
1 parent 8c84f8d commit ed2e4bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,15 @@ jobs:
pipenv:
runs-on: ubuntu-latest
needs: core
strategy:
matrix:
python: [ '3.8', '3.10', '3.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: ${{ matrix.python }}
architecture: x64
cache: pipenv
- name: Set up Ruby
Expand Down

0 comments on commit ed2e4bf

Please sign in to comment.