Skip to content

Commit

Permalink
Run in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 19, 2023
1 parent 5fc0545 commit f6b3cb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
id: setup_python
Expand All @@ -31,6 +32,12 @@ jobs:
setup.py
pyproject.toml
dev-requirements.txt
- name: Create and activate virtual environment
run: |
python -m venv venv
echo "venv/bin" >> $GITHUB_PATH
- run: pip install .

- name: Install with dependencies
Expand Down

0 comments on commit f6b3cb1

Please sign in to comment.