Skip to content

Commit

Permalink
ci: Silence unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Apr 27, 2024
1 parent 0c0c5f6 commit f4ab1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
pyver: [cp38, cp39, cp310, cp311, cp312]
version: [2.28.8]
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit f4ab1e5

Please sign in to comment.