We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2ffa5 commit afbd684Copy full SHA for afbd684
.github/workflows/python-package.yml
@@ -31,9 +31,7 @@ jobs:
31
python -m pip install ruff
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
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?
+ python -m pip install .
37
- name: Lint with flake8
38
run: |
39
# stop the build if there are Python syntax errors or undefined names
0 commit comments