Skip to content

Commit

Permalink
Fix requirements in ci (#194)
Browse files Browse the repository at this point in the history
* Use requirements.lock in CI

* Recommend requirements.lock in readme
  • Loading branch information
werner-duvaud authored May 31, 2022
1 parent 5df8e6a commit 0825bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r requirements.lock
- name: Training test
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Network summary:
git clone https://github.com/werner-duvaud/muzero-general.git
cd muzero-general

pip install -r requirements.txt
pip install -r requirements.lock
```

### Run
Expand Down

0 comments on commit 0825bd5

Please sign in to comment.