File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : Install setuptools
2929 run : pip install setuptools
3030 - name : Install solid
31- run : python setup.py install
31+ run : pip install .
3232 - name : Install pytest
3333 run : pip install pytest
3434 - name : Run pytest
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 - name : Install solid
51- run : python setup.py install
51+ run : pip install .
5252 - name : Install pytest
5353 run : pip install pytest
5454 - name : Run Solid Authorization tests
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ package_dir =
2121packages = find:
2222python_requires = >=3.7
2323install_requires =
24- httpx ==0.23.0
25- rdflib ==5.0.0
24+ httpx
25+ rdflib
2626
2727[options.packages.find]
2828where = src
Original file line number Diff line number Diff line change 11from setuptools import setup
2- setup ()
2+ setup ()
You can’t perform that action at this time.
0 commit comments