Skip to content

Commit

Permalink
Merge pull request #39 from MSDLLCpapers/main
Browse files Browse the repository at this point in the history
Remove pip cache
  • Loading branch information
kstone40 authored Aug 21, 2024
2 parents a97763c + 19454a2 commit 4d47426
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.10'
cache: 'pip'
- name: Install requirements
run: pip install obsidian-apo[dev]
- name: Run tests and collect coverage
Expand All @@ -31,7 +30,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
pip install obsidian-apo[docs]
Expand All @@ -45,4 +43,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
force_orphan: true

0 comments on commit 4d47426

Please sign in to comment.