Skip to content

Commit

Permalink
updating actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Feb 3, 2024
1 parent b28c917 commit b14a228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
os: ["ubuntu-latest"]
steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Initialize pants
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ root_patterns = ['/', 'src/', 'tests/', 'libs/']
interpreter_constraints = ['==3.11.*']

[pytest]
args = ['-vv']
args = ['-vv', '--no-header']

[coverage-py]
interpreter_constraints = ['>=3.8']
Expand Down

0 comments on commit b14a228

Please sign in to comment.