Skip to content

Commit

Permalink
Remove the no-longer-supported --use-feature=in-tree-build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Mar 13, 2023
1 parent 2849585 commit 73a2137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: flake8

- name: Install package
run: python -m pip install . --use-feature=in-tree-build
run: python -m pip install .

- name: Test with pytest
run: pytest -v --cov --cov-report=xml
Expand Down

0 comments on commit 73a2137

Please sign in to comment.