Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Mar 28, 2022
1 parent 57b3d2c commit ecfeb3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytest_asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: git status
run: |
git status
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}
key: ${{ runner.os }}-pip-0
restore-keys: |
${{ runner.os }}-pip-
- name: pip installs
Expand Down

0 comments on commit ecfeb3c

Please sign in to comment.