Skip to content

Commit

Permalink
Test with multiple pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jan 22, 2024
1 parent 214ec37 commit 52a17f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.8"]
python-version: ["3.8"]
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Download and compress dependencies
Expand Down

0 comments on commit 52a17f5

Please sign in to comment.