Skip to content

Commit

Permalink
add svn package
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 15, 2025
1 parent c9c313a commit 27a2f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Install System Packages
run: sudo apt install libbz2-dev
run: sudo apt install libbz2-dev subversion
- name: Checkout Package
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: ['3.10']

env:
Expand Down

0 comments on commit 27a2f55

Please sign in to comment.