-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Install dependencies, build docs and coverage report | ||
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
run: sudo apt install python3-poetry | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
with: | ||
submodules: 'true' | ||
- name: Install dependencies, build docs and coverage report | ||
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
run: sudo apt install python3-poetry | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Install poetry | ||
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
run: sudo apt install python3-poetry | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
sudo apt-get install libcurl4-openssl-dev libssl-dev | ||
- uses: actions/[email protected] | ||
- name: Install poetry | ||
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
run: sudo apt install python3-poetry | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
|