Skip to content

Commit

Permalink
remove line to add emacs package repository
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Oct 14, 2024
1 parent e851b96 commit 51fe9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
OS: ${{ matrix.os }}
shell: bash
run: |
if [ $OS = "ubuntu-latest" ] ; then sudo apt-get install -y csh tcsh zsh && sudo add-apt-repository ppa:kelleyk/emacs && sudo apt-get install -y emacs28; else brew install tcsh zsh emacs ; fi
if [ $OS = "ubuntu-latest" ] ; then sudo apt-get install -y csh tcsh zsh emacs; else brew install tcsh zsh emacs ; fi
cat /etc/shells
source setup.sh
pip install pytest
Expand Down

0 comments on commit 51fe9f0

Please sign in to comment.