Skip to content

Commit

Permalink
General: Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Feb 6, 2025
1 parent a75663a commit 19c85c8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ on: [push]

jobs:
ToxTests:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y build-essential libboost-all-dev swig
- uses: Somerandomguy10111/devops/actions/basepy@main
- uses: Somerandomguy10111/devops/actions/toxtests@main
Dependencies:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y build-essential libboost-all-dev swig
- uses: Somerandomguy10111/devops/actions/basepy@main
- uses: Somerandomguy10111/devops/actions/deptry@main
- uses: Somerandomguy10111/devops/actions/deptry@main

0 comments on commit 19c85c8

Please sign in to comment.