Skip to content

Commit

Permalink
Force python 3.11 for macos
Browse files Browse the repository at this point in the history
3.12 does not work.
  • Loading branch information
aeisenberg committed Nov 1, 2023
1 parent da4c460 commit 8948a7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/__remote-config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pr-checks/checks/remote-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Remote config file"
description: "Checks that specifying packages using only a config file works"
steps:
- uses: actions/setup-python@v2
if: matrix.os == 'macos-latest'
with:
python-version: 3.11
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}
Expand Down

0 comments on commit 8948a7c

Please sign in to comment.