Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 31, 2020
1 parent 85f0e04 commit b33ab09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.python-version }}-venv-${{ hashFiles('poetry.lock') }}
- name: Install Dependencies
run: |
python3 -m venv venv
python -m venv venv
source venv/bin/activate
pip install poetry
poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.extra }}-venv-${{ hashFiles('poetry.lock') }}
- name: Build sdist & wheel
run: |
python3 -m venv venv
python -m venv venv
source venv/bin/activate
pip install poetry
poetry install --extras ${{ matrix.extra }}
Expand Down

0 comments on commit b33ab09

Please sign in to comment.