Skip to content

Commit

Permalink
Modify testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed May 10, 2024
1 parent aea3072 commit 9ce11ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
Expand All @@ -28,9 +27,9 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
# - name: Testing
# run: |
# echo $GITHUB_WORKSPACE
- name: Testing
run: |
echo $GITHUB_WORKSPACE
echo $CLAW
- name: Checkout clawpack
Expand Down

0 comments on commit 9ce11ad

Please sign in to comment.