Skip to content

Commit

Permalink
Update testflux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 authored Oct 2, 2023
1 parent a7afb89 commit a7a5bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Install
run: |
apt-get update && apt-get install -y python3-venv
echo 'alias python=python3' >> ~/.bashrc
export PATH=$PWD/bin:$PATH
- name: Start Flux and Run Test
run: |
export PATH=$PWD/bin:$PATH
flux start python3 -V
flux start python -V

0 comments on commit a7a5bd8

Please sign in to comment.