Skip to content

build(deps): update gym[atari] requirement from <0.22.0,>=0.17.2 to >=0.17.2,<0.27.0 in /requirements #544

build(deps): update gym[atari] requirement from <0.22.0,>=0.17.2 to >=0.17.2,<0.27.0 in /requirements

build(deps): update gym[atari] requirement from <0.22.0,>=0.17.2 to >=0.17.2,<0.27.0 in /requirements #544

Workflow file for this run

name: General Checks
on:
push:
branches: [master, "release/*"]
pull_request:
branches: [master, "release/*"]
jobs:
check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
azure-dir: ".azure"
check-code:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.8.0
extra-typing: typing
check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.8.0
artifact-name: dist-packages-${{ github.sha }}
import-name: "pl_bolts"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8"]
}