Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milad-ahmadi authored Dec 12, 2023
1 parent e4b84e8 commit 3842527
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.6"]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,6 +28,14 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install tensorflow-gpu
python -m pip install scipy==1.0.0
python -m pip install Pillow
python -m pip install pandas
python -m pip install matplotlib
python -m pip install scikit-learn
python -m pip install seaborn
python -m pip install opencv-python
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3842527

Please sign in to comment.