Skip to content

Upgrade: Bump pytest from 7.4.3 to 7.4.4 #263

Upgrade: Bump pytest from 7.4.3 to 7.4.4

Upgrade: Bump pytest from 7.4.3 to 7.4.4 #263

Workflow file for this run

name: Make Executable
on: [push, pull_request]
jobs:
make_executable:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Run make_executable.sh
run: |
./make_executable.sh
env:
GITHUB_TOKEN: $${{ secrets.GITHUB_TOKEN }}