Skip to content

Commit

Permalink
Update Ubuntu version and dependency library versions for CI testing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanzeng0408 authored Apr 19, 2024
1 parent d4b4098 commit 07a657b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.6']
os: [ubuntu-20.04]
python-version: ['3.6.7']

steps:
- uses: actions/checkout@v3
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pre-commit
black
numpy
sympy
numpy==1.19.5
sympy==1.9
matplotlib
casadi
cvxopt
pathos
casadi==3.5.5
cvxopt==1.3.0
pathos==0.2.8
flake8==3.9.2
tox==3.24.3
pytest==6.2.5
pytest-cov==2.12.1
mypy==0.910
scipy
scipy==1.5.2

0 comments on commit 07a657b

Please sign in to comment.