Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 17, 2024
1 parent c8011cb commit 1589799
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,15 @@ jobs:
# - name: Run pre-commit hooks
# uses: pre-commit/action@v3.0.1

- name: test
run: |
ls -l requirements.txt
cat requirements.txt
- name: Install dependencies
if: ${{ hashFiles('requirements.txt]') != '' }}
if: ${{ hashFiles('requirements.txt') != '' }}
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install and run pytest
run: |
echo ${{ hashFiles('requirements.txt]') }}
echo ${{ hashFiles('requirements.txt') }}
cp src/rememberthemilk.toml.example src/rememberthemilk.toml
pip install pytest
pytest

0 comments on commit 1589799

Please sign in to comment.