Skip to content

Commit

Permalink
Fix indentation in windows-pull-request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
discdiver authored Jan 11, 2024
1 parent f9150aa commit 0cef74f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/windows-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "requirements*.txt"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "requirements*.txt"

- name: Install packages
run: |
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager -e .[dev]
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy eager -e .[dev]
- name: Run tests
run: |
Expand Down

0 comments on commit 0cef74f

Please sign in to comment.