Skip to content

Commit

Permalink
setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 7, 2024
1 parent 687d110 commit 40ebee7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/multitenet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ jobs:
multitenet:
runs-on: [multitenet]
steps:
- run: echo Runs
# - run: docker run -d --name ubuntu ubuntu:22.04 tail -f /dev/null
- run: docker run -d --name ubuntu ubuntu:22.04 tail -f /dev/null
- uses: actions/setup-python@v5
with:
python-version: '3.8'

0 comments on commit 40ebee7

Please sign in to comment.