Skip to content

Commit

Permalink
Use setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Mar 26, 2024
1 parent 4700658 commit e7afdba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ jobs:
- "29.3"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- run: mv .emacs.d/el-get/.gitkeep .emacs.d/el-get/.status.el
- run: emacs -Q -l .emacs.d/early-init.el -l .emacs.d/init.el --batch
- run: composer install
working-directory: .emacs.d/bin
- run: yarn install --frozen-lockfile
working-directory: .emacs.d/bin
- run: |
/usr/bin/python3 -m venv .
source bin/activate
bin/pip3 install -r bin/requirements.txt
- run: pip3 install -r bin/requirements.txt
working-directory: .emacs.d
- run: emacs -Q -l .emacs.d/early-init.el -l .emacs.d/init.el --batch
- name: Eask
run: |
eask clean all
Expand Down

0 comments on commit e7afdba

Please sign in to comment.