Skip to content

Commit afbd684

Browse files
committed
try flat setup
1 parent eb2ffa5 commit afbd684

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
python -m pip install ruff
3232
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3333
python -m pip install moarchiving
34-
mkdir src
35-
ln -s cma src/cma
36-
python -m pip install . # or install numpy and further dependencies?
34+
python -m pip install .
3735
- name: Lint with flake8
3836
run: |
3937
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)