Skip to content

Commit

Permalink
remove install setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent b5f756a commit d418db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# # Run in all these versions of Python
python-version: [3.8, 3.9] # 3.5, 3.6, 3.7,
python-version: [3.9,] # 3.5, 3.6, 3.7,

steps:
# Checkout the latest code from the repo
Expand All @@ -30,8 +30,8 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
# Install the package using the setup.py
- name: Install package
run: python setup.py install
#- name: Install package
# run: python setup.py install

# Install the conda environment
- name: Install conda environment
Expand Down

0 comments on commit d418db4

Please sign in to comment.