Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LMBooth/pybci
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Nov 6, 2023
2 parents b6f78bc + cba9e36 commit 299cd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ install:
/opt/az/bin/python3.10 -m pip install .
/opt/az/bin/python3.10 -m pip install pytest pytest-timeout ruff
/opt/az/bin/python3.10 -m site
sh: echo 'export PATH=$PATH:/home/appveyor/.local/bin' >> ~/.bashrc
sh: source ~/.bashrc
echo 'export PATH=$PATH:/home/appveyor/.local/bin' >> ~/.bashrc
source ~/.bashrc
;;
"macos-monterey")
echo "Updating Homebrew and installing packages..."
Expand Down

0 comments on commit 299cd38

Please sign in to comment.