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 5587c24 commit a75663a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
name: Workflows

on:
push:
schedule:
- cron: '0 0 * * *'
on: [push]

jobs:
setup-env:
ToxTests:
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
StdPyTests:
needs: setup-env # Ensures setup-env runs first
uses: Somerandomguy10111/devops/.github/workflows/stdpy.yml@main
- uses: Somerandomguy10111/devops/actions/basepy@main
- uses: Somerandomguy10111/devops/actions/deptry@main

0 comments on commit a75663a

Please sign in to comment.