Skip to content

Bump js-yaml from 4.1.0 to 4.3.0 in /atlas/static #1179

Bump js-yaml from 4.1.0 to 4.3.0 in /atlas/static

Bump js-yaml from 4.1.0 to 4.3.0 in /atlas/static #1179

Workflow file for this run

name: Check pip install package with multiple version of python
on: [push, pull_request]
jobs:
check-requirements-install:
strategy:
matrix:
python-version: ["3.13", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- run: pip install -r requirements.txt