Skip to content

Commit

Permalink
adding CI-specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Feb 1, 2024
1 parent 4c18680 commit ae737d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ permissions:
security-events: write
statuses: write

env:
PANTS_CONFIG_FILES: "pants.ci.toml"


jobs:
test:
name: Test
Expand Down
2 changes: 2 additions & 0 deletions pants.ci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[python]
interpreter_constraints = ['>=3.8']

0 comments on commit ae737d1

Please sign in to comment.