Skip to content

Commit 534f266

Browse files
fix pre-commit errors
1 parent 46713dd commit 534f266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: actions/setup-python@v2
4040
with:
4141
python-version: ${{ matrix.python-version }}
42-
42+
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
4646
pip install -r requirements.txt
47-
47+
4848
- name: Testing (Linux)
4949
uses: ansys/actions/tests-pytest@v6
5050
timeout-minutes: 12

0 commit comments

Comments
 (0)