Skip to content

Commit

Permalink
installing gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 committed Feb 4, 2025
1 parent b29c8c1 commit afe4045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: |
sudo apt-get install -y gcc
python -m pip install --upgrade pip wheel
pip install -r dev-requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit afe4045

Please sign in to comment.