Skip to content

Commit

Permalink
Fixing mysql vulnerability and upgrading some code
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico-PizarroBejarano committed May 23, 2024
1 parent f6b850e commit ad0ec18
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
python -m pip install pytest
- name: Install package
run: |
pip install -e .
python -m pip install -e .
- name: Run Linting
run: |
pre-commit install
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -55,8 +55,8 @@ conda activate safe
Install the `safe-control-gym` repository

```bash
pip install --upgrade pip
pip install -e .
python -m pip install --upgrade pip
python -m pip install -e .
```

#### Note
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ pre-commit = "^3.3.2"
optuna = "^3.0"
optuna-dashboard = "^0.9"
mysql-connector-python = "8.0.33"
pymysql = "1.0.3"
pymysql = "1.1.1"

[tool.poetry.dev-dependencies]

0 comments on commit ad0ec18

Please sign in to comment.