Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit fdd3e8a

Browse files
authored
Merge pull request #27 from DirectiveAthena/AndreasSas-patch-2
Update python-package.yml
2 parents 1115f95 + 7515ec7 commit fdd3e8a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request:
1010
branches: [ "master" ]
1111

12+
defaults:
13+
run:
14+
working-directory: src/AthenaColor
15+
1216
jobs:
1317
build:
1418

@@ -37,4 +41,4 @@ jobs:
3741
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3842
- name: Test with unittest
3943
run: |
40-
pytest
44+
pytest

0 commit comments

Comments
 (0)