Skip to content

Commit

Permalink
Pinning python version to 3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed Jun 5, 2023
1 parent dd12385 commit 299f14a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: '3.10.x'
- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version_spec: minor
python-version: '3.10.x'
- name: Runner debug info
if: always()
run: |
Expand Down

0 comments on commit 299f14a

Please sign in to comment.