Skip to content

Commit

Permalink
continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 16, 2024
1 parent eddf8c4 commit d2c3f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ jobs:

- name: Download ROMs
if: steps.cache-datasets.outputs.cache-hit != 'true'
continue-on-error: true
uses: ./.github/actions/download-ROM

- name: Init ROMs
continue-on-error: true
working-directory: _datasets/
run: python -m atari_py.import_roms ROMS

Expand Down

0 comments on commit d2c3f6d

Please sign in to comment.