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 ee6c607 commit c130e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Create and activate virtual environment
run: |
python -m venv venv
echo 'venv/bin' >> $GITHUB_PATH
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- run: pip install -e .

Expand Down

0 comments on commit c130e22

Please sign in to comment.