| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bfe8cc5 commit a309ff8
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,8 +73,16 @@ jobs: | |||
| 73 | 73 | python-version: '3.13' | |
| 74 | 74 | - name: Verify 3.13 | |
| 75 | 75 | run: python __tests__/verify-python.py 3.13 | |
| 76 | + | ||
| 77 | + - name: Install pipx (Windows) | ||
| 78 | + if: runner. os == 'Windows' | ||
| 79 | + run: python -m pip install pipx | ||
| 80 | + | ||
| 76 | 81 | - name: Run python-path sample 3.13 | |
| 77 | 82 | run: pipx run --python '${{ steps.cp313.outputs.python-path }}' nox --version | |
| 83 | + env: | ||
| 84 | + PIPX_HOME: '${{ runner.temp }}/pipx' | ||
| 85 | + PIPX_BIN_DIR: '${{ runner.temp }}/pipx/bin' | ||
| 78 | 86 | ||
| 79 | 87 | - name: Run with setup-python ==3.13 | |
| 80 | 88 | uses: ./ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,5 +8,5 @@ packaging==20.7 | |||
| 8 | 8 | pdf2image==1.12.1 | |
| 9 | 9 | Pygments==2.6.1 | |
| 10 | 10 | requests==2.32.4 | |
| 11 | - urllib3==2.6.0 | ||
| 11 | + urllib3==2.6.3 | ||
| 12 | 12 | xlrd==1.2.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,6 +42,6 @@ pywin32-ctypes==0.2.0 | |||
| 42 | 42 | ||
| 43 | 43 | requests==2.32.4 | |
| 44 | 44 | ||
| 45 | - urllib3==2.6.0 | ||
| 45 | + urllib3==2.6.3 | ||
| 46 | 46 | ||
| 47 | 47 | xlrd==1.2.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "setup-python", | |
| 3 | - "version": "6.0.1", | ||
| 3 | + "version": "6.2.0", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "description": "Setup python action", | |
| 6 | 6 | "main": "dist/index.js", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments