Skip to content

Commit ff4a94e

Browse files
authored
Merge pull request #55 from astropy/dependabot/github_actions/dot-github/workflows/actions-aaec73b0f8
Bump OpenAstronomy/github-actions-workflows from 2.1.0 to 2.2.1 in /.github/workflows in the actions group
2 parents 43cebc2 + 55584f7 commit ff4a94e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
tests:
17-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1.0
17+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
1818
with:
1919
envs: |
2020
- linux: codestyle
@@ -31,7 +31,7 @@ jobs:
3131
- linux: py312-test-devdeps
3232
publish:
3333
needs: tests
34-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1.0
34+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
3535
with:
3636
test_extras: test
3737
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests

tests/test_pytest_arraydiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def test_succeeds_func_text():
2424
@pytest.mark.skipif(not NUMPY_LT_2_0, reason="AttributeError: `np.unicode_` was removed in the NumPy 2.0 release. Use `np.str_` instead.")
2525
@pytest.mark.array_compare(file_format='pd_hdf', reference_dir=reference_dir)
2626
def test_succeeds_func_pdhdf():
27+
pytest.importorskip('tables') # Need this "optional" dependency
2728
pd = pytest.importorskip('pandas')
2829
return pd.DataFrame(data=np.arange(20, dtype='int64'),
2930
columns=['test_data'])

0 commit comments

Comments
 (0)