Skip to content

Commit b2f1e7c

Browse files
author
Rudy Puig
committed
chore: fix workflow installation (dood)
1 parent f786cfb commit b2f1e7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
cache: 'pip'
22+
architecture: x64
23+
cache: pip
24+
- run: python3 --version
2325
- run: python3 -m pip install --quiet --upgrade pip setuptools
2426
- run: python3 -m pip install --editable '.[dev,test]'
2527
- run: python3 -m ruff check -q --diff --output-format=full .

0 commit comments

Comments
 (0)