Skip to content

Commit b508d42

Browse files
authored
Update test.yml
1 parent 04c0333 commit b508d42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
run: python -m pip install coverage[toml] nox
5454

5555
- name: Install ubuntu dependencies for fitsio
56-
run: |-
57-
sudo apt-get update
58-
sudo apt-get install -y libbz2-dev
56+
run: sudo apt-get install -y libbz2-dev
5957

6058
- name: Run doctests
6159
run: nox -s doctests-${{ matrix.python-version }} --verbose

0 commit comments

Comments
 (0)