Skip to content

Commit

Permalink
install subversion on latest ubuntu images for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Oct 23, 2024
1 parent 4e31938 commit ddcdd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
run: |
sudo apt update
sudo apt-get -y install python3 python3-pip python3-pandas python3-numpy wget
sudo apt-get -y install python3 python3-pip python3-pandas python3-numpy subversion wget
pip3 install dfply
bash scripts/build-site.sh
Expand Down

0 comments on commit ddcdd1d

Please sign in to comment.