Skip to content

Commit

Permalink
tmp: set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jan 9, 2024
1 parent 443fd7e commit 48dcaad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:
with:
fetch-depth: 0 # `copier` prefers full-history clones
submodules: true
- uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Debug on runner (When re-run with "Enable debug logging" checked)
if: runner.debug
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: Install test dependencies
run: |
pipx install copier
pipx install copier --python $(which python)
pipx install texttest
- name: Run `texttest`
run: texttest -b
Expand Down

0 comments on commit 48dcaad

Please sign in to comment.