Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriacai01 committed Oct 10, 2024
1 parent 98627d5 commit 8aa3a62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: "3.10"

- name: Set main env vars
if: github.event_name != 'pull_request_target'
Expand All @@ -65,10 +65,12 @@ jobs:
- name: Run go unit tests
run: |
chmod -R a+rwx . # temporary fix for arm runners
sudo apt install -y python3-virtualenv
which -a python3
which python3
python3 --version
sudo apt update
sudo apt install -y python3-virtualenv
echo "installed venv"
python3 -m venv .venv
.venv/bin/python --version
sudo -Hu testbot bash -lc 'go test ./cli -run TestGenerateModuleAction'
Expand Down

0 comments on commit 8aa3a62

Please sign in to comment.