Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspec committed Oct 8, 2023
1 parent f3453c8 commit a85a3da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
with:
sparse-checkout: |
evonote
requirements.txt
- name: Set up Python 3.10 🐍
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install dependencies 📦
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: import evonote and print __dir__ 📦
run: |
python -c "import evonote; print(evonote.__dir__())"

0 comments on commit a85a3da

Please sign in to comment.