Skip to content

Commit

Permalink
Commitin
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 19, 2023
1 parent f6b3cb1 commit 38cc251
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
pyproject.toml
dev-requirements.txt
- name: Create and activate virtual environment
run: |
python -m venv venv
echo "venv/bin" >> $GITHUB_PATH
- name: Create virtual environment
run: python -m venv ".venv"

- name: Add virtual env to PATH
run: echo ".venv/bin" >> $GITHUB_PATH

- run: pip install .
- run: pip install -e .

- name: Install with dependencies
run: |
Expand Down

0 comments on commit 38cc251

Please sign in to comment.