-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #921 from tylerjereddy/treddy_codecov_yank
CI: deal with codecov yank
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ macos_M1_native_apple_silicon_py310_task: | |
script: | | ||
brew install [email protected] | ||
brew install [email protected] | ||
/opt/homebrew/opt/[email protected]/bin/python3 -m venv ~/py_310 | ||
/opt/homebrew/bin/python3.10 -m venv ~/py_310 | ||
source ~/py_310/bin/activate | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade pytest lxml matplotlib packaging humanize | ||
|
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