Skip to content

Commit

Permalink
remove pytest for now and check if workflow artifacts are committed
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 10, 2023
1 parent 2458fbc commit 3b32113
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/cache_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
#------------------------#
# Run your actual job #
#------------------------#
- name: Run tests
run: |
poetry run pytest
# - name: Run tests
# run: |
# poetry run pytest
- name: Export requirements.txt
run: poetry export --without-hashes --format=requirements.txt -o docs/requirements.txt -E docs -E notebook
run: poetry export --without-hashes --format=requirements.txt -o docs/requirements.txt -E docs -E notebook
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'Updating requirements for docs'
add: 'docs/requirements.txt'

0 comments on commit 3b32113

Please sign in to comment.