Skip to content

Commit

Permalink
fix: requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 5, 2023
1 parent 186f2f8 commit 7ae7591
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test_ape_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
- name: Print outputs
run: |
echo "Output: ${{ steps.ape-action.outputs.ape-version }}"
- name: Requirements.txt Test
run: |
pip show hypothesis
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ runs:
- name: Install requirements.txt
run: pip install -r requirements.txt
shell: bash
if: steps.check-ape-config-yaml.outputs.files_exists == true
if: steps.check-requirements-txt.outputs.files_exists == 'true'
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# NOTE: This only exists to for testing that the action
# installs requirements files.
hypothesis>=2.31.0

0 comments on commit 7ae7591

Please sign in to comment.