Commit 703ffa8 1 parent 3d1b13b commit 703ffa8 Copy full SHA for 703ffa8
File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install dependencies
20
20
run : |
21
21
python -m pip install --upgrade pip
22
- pip install setuptools wheel twine
22
+ pip install setuptools wheel twine==4.0.2
23
23
python -m pip install --upgrade pkginfo
24
24
25
25
- name : Build
Original file line number Diff line number Diff line change 47
47
run : |
48
48
python -m pip install --upgrade pip
49
49
pip install pytest pytest-cov
50
- pip install -e syngular
50
+ pip install -e syngular/
51
51
52
52
- name : Test with pytest
53
53
run : |
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
from pathlib import Path
3
- from version import __version__ as version
4
3
5
4
6
5
this_directory = Path (__file__ ).parent
You can’t perform that action at this time.
0 commit comments