Skip to content

Commit

Permalink
upgraded greenlet via pdm.lock to resolve CI build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
darliro committed Oct 11, 2024
1 parent 894adde commit d07a237
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 27 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,16 @@ jobs:
# Checkout the repository
- uses: actions/checkout@v3

# Setup Python version
# Setup Python version and create virtual environment
- name: Set up Python 3.13
uses: actions/setup-python@v4
with:
python-version: '3.13'

# Set up virtual environment
- name: Set up virtual environment
run: |
python -m venv .venv
source .venv/bin/activate
# Install greenlet via pip
- name: Install greenlet via pip
run: |
source .venv/bin/activate
pip install greenlet>=3.1.1
# Install dependencies via PDM and Playwright browsers
# Install dependencies and Playwright browsers
- name: Install dependencies and Playwright
run: |
python -m venv .venv
source .venv/bin/activate
pip install pdm
pdm install --prod --no-self --no-editable
Expand Down
Loading

0 comments on commit d07a237

Please sign in to comment.