Skip to content

Bump @babel/runtime from 7.25.7 to 7.27.6 #99

Bump @babel/runtime from 7.25.7 to 7.27.6

Bump @babel/runtime from 7.25.7 to 7.27.6 #99

Workflow file for this run

name: Test deployment scripts
'on':
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: 3.12
- name: Install Python dependencies
run: |
python -m pip install -U pip
python -m pip install -r deployment/requirements.txt
- name: Check Astropy Librarian installation
run: |
astropylibrarian --help
- name: Download latest tutorials
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python deployment/installtutorials.py --dest public/tutorials
- name: List tutorials
run: |
tree public