Skip to content

Commit

Permalink
try with the test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Jun 27, 2023
1 parent ce5012c commit af1cce3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
echo ""
cat $(find lib -name requirements-dev.txt)
# - name: run tests
# run: |
# python -m pip install --upgrade pip
# pip install virtualenv --upgrade
# pip install $(cat requirements.txt $(find lib -name requirements.txt | sort) | sort | uniq | sed 's/ *== */==/g')
# pip install $(cat requirements-dev.txt $(find lib -name requirements-dev.txt | sort) | sort | uniq | sed 's/ *== */==/g')
# ./test.sh
- name: run tests
run: |
python -m pip install --upgrade pip
pip install virtualenv --upgrade
pip install $(cat requirements.txt $(find lib -name requirements.txt | sort) | sort | uniq | sed 's/ *== */==/g')
pip install $(cat requirements-dev.txt $(find lib -name requirements-dev.txt | sort) | sort | uniq | sed 's/ *== */==/g')
./test.sh
# - name: Login to Docker Hub
# uses: docker/login-action@v2
Expand Down

0 comments on commit af1cce3

Please sign in to comment.