Skip to content

Commit

Permalink
fix: remove dependencies and change 'on'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou committed Feb 21, 2024
1 parent b48d977 commit 3c0f3c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/assert_version.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Assert version is the same across schema

on:
push:
branches: master
pull_request:
branches: master

Expand All @@ -19,11 +17,6 @@ jobs:
with:
python-version: 3.8

- name: Install dependencies
run: |
pip install json
pip install re
- uses: jannekem/run-python-script-action@v1
id: script
with:
Expand Down

0 comments on commit 3c0f3c8

Please sign in to comment.