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 a8ff8c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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 }}
Expand All @@ -37,7 +40,7 @@ jobs:
- run: yarn install --frozen-lockfile
working-directory: .emacs.d/bin
- run: |
/usr/bin/python3 -m venv .
python -m venv .
source bin/activate
bin/pip3 install -r bin/requirements.txt
working-directory: .emacs.d
Expand Down

0 comments on commit a8ff8c3

Please sign in to comment.