Skip to content

Commit

Permalink
another try at caching 3
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Nov 21, 2023
1 parent be46974 commit ec02d15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
- name: Install dependencies
- uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "pip"
- run: |
python -m pip install -U codecov
npm install -g codecov
python-version: '3.8'
cache: 'pip'
- run: pip install -U codecov
- run: npm install -g codecov
- name: Test the extension
run: |
python -m pip install --upgrade -v -e ".[test, examples, docs]"
Expand Down

0 comments on commit ec02d15

Please sign in to comment.