Skip to content

Commit

Permalink
Merge pull request learningequality#12802 from learningequality/rtibb…
Browse files Browse the repository at this point in the history
…les-patch-2

Use explicit Python version to suppress warning
  • Loading branch information
marcellamaki authored Nov 7, 2024
2 parents 04f4a38 + 62ea7b2 commit 7af653e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7af653e

Please sign in to comment.