Skip to content

Commit

Permalink
Enhance the installation test (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu ISHIKAWA <yuu.ishikawa+github@gmail.com>
  • Loading branch information
yu-iskw authored Jul 5, 2023
1 parent dd67678 commit f3ec19d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ jobs:
- name: Run tests
run: bash dev/test_python.sh
- name: Test installation
run: pip install -e .
run: |
pip install -e .
python -c 'import dbt_artifacts_parser'

0 comments on commit f3ec19d

Please sign in to comment.