Skip to content

Commit

Permalink
venv python
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Mar 22, 2024
1 parent 69809e5 commit 49493bd
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 @@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: apt
run: |
sudo apt-get update
Expand Down

0 comments on commit 49493bd

Please sign in to comment.