Skip to content

Commit 7112e6a

Browse files
committed
Attempting to address build failures
1 parent bbf70cf commit 7112e6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
python -m pip install -r test-requirements.txt
3636
python -m pip install tox-gh-actions coveralls
37+
python -m pip install --upgrade wheel # stop pip complaining about a setup.py install
3738
sudo apt-get install python3-dev
3839
pip install .
3940
- name: Test with tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py37,py38,py39,py310,lint
44

55
[testenv]
6-
passenv = DB DBURI
6+
passenv = DB,DBURI
77
commands =
88
{envpython} setup.py clean --all
99
pytest --cov=rdflib_sqlalchemy

0 commit comments

Comments
 (0)