Skip to content

Commit 83c2e3d

Browse files
pachewisevokimon
authored andcommitted
Requested updates:
* Uncomment docs dep-group * Replace `--group` call with individual packages (temp) * Add `pip install --upgrade pip`
1 parent 8f45dc3 commit 83c2e3d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: |
36+
pip install --upgrade pip
3637
pip install -e .
37-
pip install --group test
38+
pip install pytest pytest-cov responses # pip install --group test
3839
3940
- uses: BSFishy/pip-action@v1
4041
with:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ test = [
9696
"responses",
9797
]
9898
docs = [
99-
#'mkdocs', # docs
100-
#'mkdocs-material', # docs
99+
"mkdocs", # docs
100+
"mkdocs-material", # docs
101101
]

0 commit comments

Comments
 (0)