Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Mar 21, 2023
1 parent f8ff7b8 commit a010675
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 811 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- run:
name: versions
command: |
sudo apt-get install python3.9
alias python3="python3.9"
docker --version
python3 --version
Expand All @@ -21,7 +23,9 @@ jobs:

- run:
name: Run
command: ./run.sh
command: |
alias python3="python3.9"
./run.sh
- store_artifacts:
path: logs
Expand Down
Loading

0 comments on commit a010675

Please sign in to comment.