Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 authored Mar 20, 2024
1 parent d10b368 commit 2e3655b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Built & Test on Ubuntu
name: Build & Test on Ubuntu
on: push

jobs:
Expand Down Expand Up @@ -26,14 +26,14 @@ jobs:
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
sudo update-alternatives --set clang /usr/bin/clang-16
- name: Python 3.9 Time
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install requirements
run: |
python3.9 -m pip install tatsu requests
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Do the thing
run: |
python3.9 travis.py
Expand Down

0 comments on commit 2e3655b

Please sign in to comment.