Skip to content

Commit

Permalink
Merge pull request #171 from lsst/tickets/DM-44569-v27-hotfix
Browse files Browse the repository at this point in the history
DM-44569: Fix build matrix (hotfix)
  • Loading branch information
timj authored Jun 5, 2024
2 parents 315e2fc + 911b1d0 commit 49ff487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "setup.cfg"

Expand Down

0 comments on commit 49ff487

Please sign in to comment.