Skip to content

Commit

Permalink
Merge pull request #108 from SNEWS2/update_github_workflows
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
KaraMelih authored Aug 12, 2024
2 parents 519bd38 + 0619ba7 commit ad61e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac12-py311-312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mac 12 Python 3.11-12

on:
push:
branches: [ smolsky/testing ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac13-py311-312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mac 13 Python 3.11-12

on:
push:
branches: [ smolsky/testing ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac14-py311-312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mac 14

on:
push:
branches: [ smolsky/testing ]
branches: [ main ]

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu22-py311-312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Ubuntu 22.04 Python 3.11-12
on:
push:
branches:
- smolsky/testing
- main

pull_request:
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
- name: Install hop-client
run: |
pip install install setuptools wheel
pip install setuptools wheel
wget https://files.pythonhosted.org/packages/64/d1/108cea042128c7ea7790e15e12e3e5ed595bfcf4b051c34fe1064924beba/hop-client-0.9.0.tar.gz
tar -xzf hop-client-0.9.0.tar.gz
cd hop-client-0.9.0
Expand Down

0 comments on commit ad61e17

Please sign in to comment.