Skip to content

Commit

Permalink
fix : test.yml updated #149
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jan 27, 2021
1 parent 4241e75 commit 845e48b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Expand Up @@ -19,10 +19,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: First test
run: |
python setup.py install
Expand All @@ -32,6 +28,7 @@ jobs:
python -m art testcov2
- name: Install dev-requirements
run: |
python -m pip install --upgrade pip
pip install --upgrade --upgrade-strategy=only-if-needed -r dev-requirements.txt
- name: Version check
run: |
Expand Down

0 comments on commit 845e48b

Please sign in to comment.