Skip to content

Commit 1dfec09

Browse files
chore:Update ci.yml
1 parent fa73822 commit 1dfec09

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747
token: ${{ secrets.ATTICUS_PAT }}
48+
- name: Set up Python
49+
uses: actions/setup-python@v5
50+
with:
51+
python-version: '3.11'
52+
- name: Install dependencies
53+
run: |
54+
python -m pip install --upgrade pip
55+
pip install poetry
56+
poetry install
57+
- name: Pull latest changes
58+
run: git pull origin main
4859
- name: Python Semantic Release
4960
uses: python-semantic-release/python-semantic-release@master
5061
with:

0 commit comments

Comments
 (0)