Skip to content

Commit

Permalink
Pin Python version number
Browse files Browse the repository at this point in the history
Newer versions of Python are missing the distutils library
https://bz.mercurial-scm.org/show_bug.cgi?id=6910
  • Loading branch information
straight-shoota committed Oct 6, 2024
1 parent c7b6645 commit b879d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.9.13'

- name: Upgrade pip
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit b879d90

Please sign in to comment.