diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index c4dc090..7e488b0 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -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__())" \ No newline at end of file