Skip to content

Commit

Permalink
build: allow pipeline running for shared branches
Browse files Browse the repository at this point in the history
Also adds a workaround for astral-sh/rye#368
  • Loading branch information
0x29a committed Oct 30, 2023
1 parent b7c9821 commit 0f38acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [master]
pull_request:
branches: [master]

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down
4 changes: 4 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#

# Hacky workaround for https://github.com/mitsuhiko/rye/issues/368
pip==23.1

certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
Expand Down

0 comments on commit 0f38acd

Please sign in to comment.