Skip to content

Commit

Permalink
remove common
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 10, 2024
1 parent d1c18b5 commit 439a71c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package
run: pip install .
run: |
pip install --user -r requirements_dev.txt
pip install .
- name: Test import
run: python -c "import xinfer; print('xinfer import successful')"
3 changes: 0 additions & 3 deletions docs/common.md

This file was deleted.

0 comments on commit 439a71c

Please sign in to comment.