Skip to content

Commit

Permalink
[SergeyPirogov#229] use python 3.6 version in all jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Oct 6, 2021
1 parent 5a4b11b commit f8b279d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:

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

- name: Install Linux dependencies
if: runner.os == 'Linux'
run: |
Expand All @@ -42,6 +39,11 @@ jobs:
run: |
brew install --cask chromium opera
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
run: |
python -m pip install -U pip wheel
Expand Down

0 comments on commit f8b279d

Please sign in to comment.