Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artemonsh committed May 22, 2023
1 parent 468b358 commit 0e5cd1f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# Semantic version range syntax or exact version of a Python version
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0e5cd1f

Please sign in to comment.