Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax authored Jan 5, 2022
1 parent 2753102 commit 61dbc51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.8, 3.7, 3.6]
python-version: [3.8, 3.7]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +34,8 @@ jobs:
sudo apt-get update -qq
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install jaxlib
python -m pip install jax
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: install package
Expand Down

0 comments on commit 61dbc51

Please sign in to comment.