We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718541c commit 304391eCopy full SHA for 304391e
.github/workflows/build.yml
@@ -43,10 +43,6 @@ jobs:
43
contents: write
44
steps:
45
- uses: actions/checkout@v4
46
- - name: Set up Python 3.13
47
- uses: actions/setup-python@v5
48
- with:
49
- python-version: '3.13'
50
- name: Install Dependencies
51
run: |
52
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3 -m pip install -r requirements.txt
0 commit comments