Skip to content

Commit

Permalink
Remove unnecesary action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Jan 18, 2024
1 parent b8e7183 commit 7e09dce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ jobs:
with:
python-version: '3.10'
- run: pip3 install -r requirements.txt
- run: git clone https://github.com/cdcent/cfa-scenarios-data
- run: rm -rf data
- run: mv cfa-scenarios-data/data .
- run: pytest

0 comments on commit 7e09dce

Please sign in to comment.