Skip to content

Commit

Permalink
Install system python 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent f022994 commit 49a41d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11.8'

- name: Install Nix
uses: cachix/install-nix-action@v26

Expand Down

0 comments on commit 49a41d2

Please sign in to comment.