Skip to content

Commit

Permalink
Save.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed Apr 27, 2024
1 parent 1b5590c commit dba705c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- { os: macos-latest, python_version: '3.11' }
- { os: macos-latest, python_version: '3.12' }

runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.run.os }}

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.run.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.run.python-version }}
- run: python --version
- run: uname -a
# - name: Upgrade pip
Expand Down

0 comments on commit dba705c

Please sign in to comment.