Skip to content

Commit

Permalink
Build Fix: Version 3.6 with arch x64 not found (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijzutshi222 committed Jun 12, 2023
1 parent edcb631 commit 1045970
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Run pylint
uses: cclauss/GitHub-Action-for-pylint@0.7.0

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -29,4 +29,3 @@ jobs:
- name: Test with pytest
run: pytest

0 comments on commit 1045970

Please sign in to comment.