Skip to content

Commit

Permalink
🧪 Stop running pip from main on PR/push
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 4, 2024
1 parent 5330964 commit 822c3e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ jobs:
|| '["latest", "previous"]'
)
}}
include:
- os: Ubuntu
python-version: >-
${{
github.job_workflow_sha
&& '3.12-dev'
|| '3.8'
}}
pip-version: main
env:
TOXENV: >-
pip${{ matrix.pip-version }}${{
Expand Down

0 comments on commit 822c3e6

Please sign in to comment.