Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 2, 2024
1 parent 2978c4d commit 25843fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
poetry run ruff check . --fix --exit-zero
poetry run ruff check .
- name: Typecheck with pyright
uses: jakebailey/pyright-action@v2
- name: Run pyright
run: poetry run pyright

- name: Thorough check with pylint
run: poetry run pylint awpy
Expand Down
3 changes: 2 additions & 1 deletion awpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provides data parsing, analytics and visualization capabilities for CSGO data."""

from awpy.demo import Demo

__version__ = "2.0.0-alpha"
__all__ = ["Demo"]

0 comments on commit 25843fd

Please sign in to comment.