Skip to content

Commit

Permalink
Update actions to NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed Feb 7, 2024
1 parent 000503e commit 2782339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gollum-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
specutils-version: [1.6, 1.7, 1.8, 1.9]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: OttoStruve/muler_example_data
path: tests/data
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -42,7 +42,7 @@ jobs:
python -c "import astropy; print(f'astropy version: {astropy.__version__}')"
pytest tests/test_phoenix.py
- name: Test Precomputed
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_seconds: 60
max_attempts: 10
Expand Down

0 comments on commit 2782339

Please sign in to comment.