Skip to content

Commit

Permalink
Use python 3.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Jan 25, 2024
1 parent d543a33 commit d2750f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
permissions: # Job-level permissions configuration starts here
contents: write # 'write' access to repository contents
pull-requests: write
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']


steps:
- name: Checkout code
Expand All @@ -24,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: '3.7'

- name: Install dependencies
run: |
Expand Down

0 comments on commit d2750f0

Please sign in to comment.