Skip to content

Commit

Permalink
chore: set up older python version
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 8, 2023
1 parent 03c8d13 commit dc58509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.6'
- uses: actions/setup-node@v3
- name: Test python version
run: python --version
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: ${{ matrix.cmd }}
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.6'
- name: Checkout
uses: actions/checkout@v3
- name: Install npm dependencies
Expand Down

0 comments on commit dc58509

Please sign in to comment.