Update get_available_gpus
and set_gpus
(#17)
#112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: status | |
on: [push] | |
jobs: | |
lint-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Update pylint | |
run: pip3 install -U pylint | |
- name: Check pylint | |
run: pylint -rn --rcfile pylintrc nbtools |