We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e748ca6 commit 78b2b33Copy full SHA for 78b2b33
.github/workflows/format.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: DoozyX/[email protected]
16
with:
17
source: 'src'
.github/workflows/python_format.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
8
9
10
- uses: psf/black@stable
options: "--check --verbose"
.github/workflows/tag.yml
@@ -25,7 +25,7 @@ jobs:
25
26
python-version: ${{ matrix.python }}
27
- run: python -m pip install --user numpy twine
28
29
30
submodules: recursive
31
- run: sudo rm -rf ~/.cache/bazel ~/.cache/bazelisk
0 commit comments