Skip to content

Commit

Permalink
Repair YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhrajani-a committed Jul 26, 2022
1 parent 5d2ba6b commit c9ba66e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ jobs:
build:

runs-on: windows-latest
python-version: "3.10"
strategy:
matrix:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c9ba66e

Please sign in to comment.