Skip to content

Bump @humanfs/node from 0.16.7 to 0.16.8 in /atlas/static #1192

Bump @humanfs/node from 0.16.7 to 0.16.8 in /atlas/static

Bump @humanfs/node from 0.16.7 to 0.16.8 in /atlas/static #1192

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