Skip to content

Commit

Permalink
GH tests: pre-install bz2 and svn
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Jan 31, 2025
1 parent 25dd2e0 commit a2eb178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
DESIMODEL_DATA: branches/test-0.18

steps:
- name: Install System Packages
run: sudo apt install libbz2-dev subversion
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down
5 changes: 4 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ desispec Change Log
0.68.2 (unreleased)
-------------------

* No changes yet.
* Fix installation when using desiutil/3.5.0, dropping support of
`python setup.py test` as a side-effect [`PR #2437`_]

.. _`#2437`: https://github.com/desihub/desispec/pull/2437

0.68.1 (2024-11-08)
-------------------
Expand Down

0 comments on commit a2eb178

Please sign in to comment.