Skip to content

Commit

Permalink
Create issue914.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Sep 9, 2024
1 parent 54d60a9 commit bb57302
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/issue914.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: issue914-tolcache


on:

workflow_dispatch:


jobs:
test-python:
name: Test Python pip install
runs-on: self-hosted
env:
RUNNER_TOOL_CACHE: ${{ github.workspace }}/_work/_tool
AGENT_TOOLSDIRECTORY: ${{ github.workspace }}/_work/_tool
steps:
- name: Github Actions Context Information
uses: SiemaApplications-attic/vossloh-gh-actions/debug/show-github-context@v7
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Show environment variables
run: env
- name: Python package install
run: pip install PyGObject

0 comments on commit bb57302

Please sign in to comment.